Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,878 transactions (4.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,236 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,235 (818,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,518 91,518 00000000000439bf5517613fac410724ae9491642d3bb6f38e7a04ceffb5f21a 0.00 MB 2 0
91,517 91,517 00000000000ada5b0e3845164c370aac8baf0335245c518f50a0a18960083a17 0.00 MB 1 0
91,516 91,516 0000000000094773c4b6b2410ef652c7bb36b97cdf8bbaeee1789e56f5f19477 0.00 MB 1 0
91,515 91,515 000000000004e81f8558da38dfea5bcac84dfaa0803e2641caa2b1ffdb8ac4b6 0.00 MB 1 0
91,514 91,514 0000000000064bfeaf9f3820f11bcef533ac21eb73bc0d4a916961357db03587 0.00 MB 1 0
91,513 91,513 000000000004eca7f6f2a851fe1031b5577111f5992f78320ba96fd276b5d202 0.00 MB 1 0
91,512 91,512 000000000000436146d439bc3cdaf78626cb1b30bf27bb62e68e895b226f55cb 0.00 MB 1 0
91,511 91,511 00000000000597bec18bf7b8713d01f9844beb7ea9dd4065d8a183b1170555f8 0.00 MB 1 0
91,510 91,510 00000000000cd9706bc35c61d1dfda56e74ef8d2a083a67f59f8fdf7bf2c8d1e 0.00 MB 1 0
91,509 91,509 00000000000acf174781f5bb2c0477c39ab8066ba4fe8509b56298d36f741a76 0.00 MB 1 0
91,508 91,508 000000000002ad0897e4e2722131b0e098724bc3435145c23b054d6b3213c1c2 0.00 MB 1 0
91,507 91,507 00000000000653f70ae88678057de81ab9b39ac4199fafe37e1b70398d50a41a 0.00 MB 1 0
91,506 91,506 00000000000dbee3dc972466d214c57740ac93b6a3495891b13467539eb76b40 0.00 MB 2 0
91,505 91,505 00000000000dae6842e27cb57671c5969046fab3079607d7dca3feb5b990ce29 0.00 MB 1 0
91,504 91,504 0000000000019ffe301c81b40d119c4e09963c54e9ad0c15de181d7049c1edb3 0.00 MB 1 0
91,503 91,503 00000000000d5f23cd964315169e7e83ec08bc282c0e561e00aeac985424199f 0.00 MB 1 0
91,502 91,502 00000000000535df3f7b3332cb01e4a4ec4df3305f1eb12f43ed635a5356df5e 0.00 MB 1 0
91,501 91,501 000000000005db7c53efa5a48681906f14e3a72258cd730c88deff87eac4d4b5 0.00 MB 1 0
91,500 91,500 00000000000778ba57df085f43d67e4a2be57f1620ba5e829136cce38796730c 0.00 MB 1 0
91,499 91,499 0000000000051c670cb2c15d8d29473faaa331185a9721df92cb885999eda4d1 0.00 MB 1 0
91,498 91,498 000000000002786060b73137050b99c4914529f09c97d8f509a68f4caac11cb2 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 773.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,206.40 GB sent, 117.78 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.