Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,155 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,810 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,134 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,809 (894,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,132 17,132 00000000b02904f6217cf804fc1414072787316ea53e69030580e382347b054d 0.00 MB 1 0
17,131 17,131 000000003865f0bda59154d1c8be95527423028198744f4e5172b861f61505d3 0.00 MB 1 0
17,130 17,130 00000000e4470bc9ea32cadcd3cebccb043ae05297c2c86aa67e1a564fd183a3 0.00 MB 1 0
17,129 17,129 0000000005dbcbe8ea2bd574b9342f3c534e3ef2601065f48fcff9df594074ce 0.00 MB 1 0
17,128 17,128 000000005218255fc6c47bef6c7cd1d75f2110480a36c9140f04e7bfd50417a8 0.00 MB 1 0
17,127 17,127 00000000bc344bfdfc8a0d519edf6907e68ffa4caaccc9872cefd38c5a935b81 0.00 MB 1 0
17,126 17,126 00000000b7597be142ea5fd9108c2a20d45278479516d9a87e8c195a148dfede 0.00 MB 1 0
17,125 17,125 000000005fc3054146c9322b8dfa0ec78bb236b4195710534cc084ac96fdf2c1 0.00 MB 1 0
17,124 17,124 00000000f476ea233ae8fcf51176979b5bb68b912bcdd9488bd185fbb83a9401 0.00 MB 1 0
17,123 17,123 00000000f82e3a021f819fb8b51de2ce1be8da7b5aa687ac602026b68844e931 0.00 MB 1 0
17,122 17,122 00000000448f73fd7c83d82dedfb5d0dc99826056ce8d81006eb0be86d5b3a39 0.00 MB 1 0
17,121 17,121 00000000b960247744abfa196d9235cf93f7feff89ca31a009ae563194793357 0.00 MB 1 0
17,120 17,120 000000009b420aa1110b364b7fd922d3a87a2aeccd65389bc9d5c69f702f01d0 0.00 MB 1 0
17,119 17,119 00000000fd3491ef1574b4b5c584ef98224bfc273cbc63abd8c319fedc964eba 0.00 MB 1 0
17,118 17,118 00000000bf263e5d82c58ded06dc849cee58ce151c2691839a5e8741d8f20a64 0.00 MB 1 0
17,117 17,117 00000000ff78a627c7c2163e2540a136f5d4b4be1bc24ae91cc6a5bf56097bba 0.00 MB 1 0
17,116 17,116 00000000b6a6049b40f58536db60b1804a8df1a34e56e6261254535de9134cc1 0.00 MB 1 0
17,115 17,115 000000004d531ba588023e014dfa0e3d1bd36487b7bf851ab93eac4b69731640 0.00 MB 1 0
17,114 17,114 00000000e7b2c455c4cd9ff85f0145f9efe1ba7c30d3442f70d1739e9cc606b9 0.00 MB 1 0
17,113 17,113 0000000092f1f3e1a7f49fc998a78ba5d7713302b8e1df5273ea649ade381313 0.00 MB 1 0
17,112 17,112 000000002f65526d40ff5be7ab699098795f299d1147a9b912bdd2ca796439d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.74 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,457.63 GB sent, 132.25 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.