Loading Tool

Explorer IconExplorer

Memory Pool

18,351 transactions
8.48 vMB
0.08554330 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.47/200 MB

Candidate Block

Mining Attempt a704a959051bad16bf86f469aad425479161b27035d9344c5d9b7562c39ae55c
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 9e856ae64c3709a515d814f7997cdc8a4bc6556da3538b0f4655b5c9586c8a84
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.06744725 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (809,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,680 103,680 000000000000c2b0ed94529fde2f38359325477858d6069ffc43b996d054210a 3 0.00 vMB 0
103,679 103,679 0000000000018be78e474af0c786d74909aef5985d3802790cd1eb6dbec399c0 4 0.00 vMB 0
103,678 103,678 000000000002b901135bd3b9cbf222a3f8b6bee2d671b509019c21c4e634e15e 18 0.00 vMB 223
103,677 103,677 00000000000195e53d71674a97ba4429800c4842e1005863a83e9ebc3fd53987 2 0.00 vMB 0
103,676 103,676 000000000000c9b75219b8150c3c00cdb958fccf95f7750353582740d0c10106 5 0.00 vMB 0
103,675 103,675 0000000000035f7806a29dc43b429eefb9a4decab2d0a751906aea3102ab7b58 1 0.00 vMB 0
103,674 103,674 000000000002ba38d2c9ff0208d3442824c32be7ae5006089f05b2cfe7b202c7 6 0.00 vMB 0
103,673 103,673 000000000002acfae31553709377907e3512ff6c00683a241afcee2e7215aceb 11 0.00 vMB 0
103,672 103,672 00000000000084c67831ed3703e23f3096365de65bf143ada39d702b94653f47 12 0.00 vMB 0
103,671 103,671 000000000001c37d26701d4a8b197d30f070120887159f5e136067ab445d348a 19 0.00 vMB 0
103,670 103,670 000000000002fa08e5a9232e97f8bed6d78e01d28aa40ca71340965da05ba3b6 3 0.00 vMB 0
103,669 103,669 0000000000028df721cc85d4afe7ab81cb619cca6a5b1617fc3c4e15e7dd6365 3 0.00 vMB 0
103,668 103,668 00000000000161afd0d2b1c9f549e3997c5dfcd443ed9b1b99460c14c288d50f 1 0.00 vMB 0
103,667 103,667 000000000002372f535b44c9d83dab59af77daaed68906fd76cd1accfeaabb02 4 0.00 vMB 0
103,666 103,666 00000000000059d693c5cfb9e869ec0066a81e29259affbfdbd145f9073eea24 1 0.00 vMB 0
103,665 103,665 0000000000021b9a4957f810857cf566b54b826bfc9bf00bb6dc0b5100b95a66 8 0.00 vMB 0
103,664 103,664 000000000000448dbbb51ea9130917561f35b40aa18211a356e38be313abc1aa 18 0.00 vMB 0
103,663 103,663 00000000000101f59c47bca1943b058376f02c135d9d28aa4810966bb7d8b17f 1 0.00 vMB 0
103,662 103,662 00000000000258eed0d7532ed2af16ffba036baf8c09a5ea902242cb7ac32162 2 0.00 vMB 3,875
103,661 103,661 000000000002f5a5f9bbfa21cdc4df6e2647f80a20618343e03bc5d6e7d45436 3 0.00 vMB 0
103,660 103,660 00000000000291e1b24bd1b8f265c03e8cd2f08eb99b300b233362b83c60ea81 5 0.00 vMB 335
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 296.49 GB
    • Received: 1.26 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.