Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,291 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,627 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,766 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,626 (876,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,516 33,516 00000000b656781ec98271fe58b1b5e071e3b85077b9d53aeb2703bd83248873 0.00 MB 1 0
33,515 33,515 000000008eaf2563cc10c77071cb209cd6fb1084755a2ec4907d26aab30aefa0 0.00 MB 1 0
33,514 33,514 00000000b23c321d13d29e9f31c375c7b11ccc908ea18584ab729a4bd77b6610 0.00 MB 1 0
33,513 33,513 0000000078f01ead3c41efc8bfcbb15315f863acf7c59db249436a13c434a1e2 0.00 MB 1 0
33,512 33,512 000000000cf724cf77a8b7ad59d883faf204ab92545e12980b9b05956ce28c1b 0.00 MB 1 0
33,511 33,511 00000000c4b03e1550e0df4bda5d023721035c17368086353f3b0467d31dc559 0.00 MB 1 0
33,510 33,510 000000005409a61ad7aa4f3274867eb2563cc7c79f8570118bb66efd2758a6b1 0.00 MB 1 0
33,509 33,509 000000002985315c3991e2fc39f2e8ab52fcea4ad8c204e46494472f38417179 0.00 MB 1 0
33,508 33,508 00000000399f48c1569981506cacee65781313d0887a55187c2e175b85e02a2f 0.00 MB 1 0
33,507 33,507 00000000d193bd82d23739cb56fba66162651b58529a09c0dd459af51343b094 0.00 MB 1 0
33,506 33,506 00000000594edd851a2ba89aa3fa62fff568d584bab99176cda05a43960c935a 0.00 MB 1 0
33,505 33,505 000000005c7b3d447cee5f934475cf8c6cdde31d292e5494ba37f57be66ca2df 0.00 MB 1 0
33,504 33,504 00000000b60962cf7573c12dd3220682e894ef85b1d0ae6b2994eefb7e622fb5 0.00 MB 1 0
33,503 33,503 0000000048c70c9c0784f956d5793627a44b329dc689f0fa8f1e3a21032faaa9 0.00 MB 1 0
33,502 33,502 0000000080badeddf8f155f1d89ed439b5f664d48c9123347270269e1c454edf 0.00 MB 1 0
33,501 33,501 000000007da6ddc948274cfd6b6c6bdbc570be48bec33a9096d7e34152554f21 0.00 MB 1 0
33,500 33,500 000000004ad351192939d8c11cabb03c6b4e96a1a0655c0078e182bacd66c7e5 0.00 MB 1 0
33,499 33,499 000000005783281ebd5eff1cb0efa7ed6a5e3f236518bd17a2f9c9980af9b822 0.00 MB 1 0
33,498 33,498 00000000c1fa6832914fc7689bb582da35b482d77f31ad478f5d5793e0c64af3 0.00 MB 1 0
33,497 33,497 0000000009a892d948c306d5760986ec67e1da482d113b84a209f2452c663a79 0.00 MB 1 0
33,496 33,496 0000000095ca44a7f93ab9634e6bad0d994c3093a7258c637a6249569f0d169e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,107.60 GB sent, 111.90 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.