Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,410 transactions (0.54 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (837,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,947 72,947 000000000047cba7ef8906c33d54b130505127b68999b07a138973b452d3c5a8 0.00 MB 1 0
72,946 72,946 000000000022c99a5e68a25e23807bfae8e34be8e1aa1514338f7f83c7298df2 0.00 MB 1 0
72,945 72,945 0000000000b4a560bba9aeb1892b50edcf7429aac980031d3bcbb16b060184bf 0.00 MB 2 0
72,944 72,944 000000000017f30778478412b8915ed15474a8723ca16633d77f063325939197 0.00 MB 1 0
72,943 72,943 00000000005263cb982b5dc0fdeb6e3b5cfcc69aa3289f5053ec0ae03f71ca9e 0.00 MB 1 0
72,942 72,942 00000000002afef7ad1e39310de98de7a802cef023d3299216eda5524bd10847 0.00 MB 1 0
72,941 72,941 00000000004ee0300d745619c8a00a73eeacdc8c486fa25c98027db371d016cc 0.00 MB 1 0
72,940 72,940 00000000004f07e255b2aa10dd9de3c7fb7c84f54ccd9f34ba20f3f1606ff4fd 0.00 MB 2 0
72,939 72,939 000000000053fa5e905da689af888fc34f3f384917eb61ae4016c714493fef6c 0.00 MB 1 0
72,938 72,938 00000000006580f7b1e807b153a25f4179d9f26f53f3e9a10a5115be6a72641f 0.00 MB 3 0
72,937 72,937 00000000002298e08a6a57095acc5ff226e369238ed4460b61acc4e2c8a07aa2 0.00 MB 1 0
72,936 72,936 0000000000b6b3bb48b09d5889ed0429e27a5a3e67ee6db27f3595c1cec54ec9 0.00 MB 1 0
72,935 72,935 000000000084e784517c4acb75c2a05c839241cf2682fdb1abee2a9964795810 0.00 MB 8 0
72,934 72,934 0000000000014477903e3e84656f41610d4ee1c81dd8b5385f697f5d7a743e88 0.00 MB 2 0
72,933 72,933 0000000000b62202e8cb0672383e751c7f81a731a2d4cb5e7fa3068113993e75 0.00 MB 1 0
72,932 72,932 000000000070cb7319d1660074a628ff2539a87fb254e6fd06107a01bfdfb097 0.00 MB 1 0
72,931 72,931 000000000021f55ea2a965aa54f4d1bc122ab4eab796c14b95e0efed22d46184 0.00 MB 1 0
72,930 72,930 00000000001052e83dd60cd87dff2d418df3ae57417ffdee13f6a823ddbe3098 0.00 MB 1 0
72,929 72,929 000000000003371272c061993612da38d30e1bf319959fc77bf9da3afcd39f92 0.00 MB 2 0
72,928 72,928 00000000006646c3e09f6d53d13c8f18bcae4a3403daa1a98bb6c677723f9888 0.00 MB 1 0
72,927 72,927 0000000000a20f9cd9ae23204be1491b6a66381fa75df127d11cfd066b3fa340 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,253.87 GB sent, 120.82 GB received

Notes

  • This page updates every 5 seconds.
  • 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.