Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,681 transactions (2.28 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,629 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,213 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,628 (876,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
33,495 33,495 000000002cf2f74ab0c8892ecdeeded86e6194556201b306434ba8a9874c9e34 0.00 MB 1 0
33,494 33,494 00000000138433500346dec7c16721f781a7e957c7bb5a53c4979f37825d3581 0.00 MB 1 0
33,493 33,493 00000000271d34e1a2056fe2aca129edec33487fe12f05f4fcc9b95ce293f189 0.00 MB 1 0
33,492 33,492 000000006094db8ec50a847083442e57be3bc90497365c841c17e740f02446ff 0.00 MB 1 0
33,491 33,491 00000000b337d87bcf66c08949fd786ccb7d534f6c00e642b68248cc22bdaceb 0.00 MB 1 0
33,490 33,490 000000005d6a7c63207f5abd385d98df3de21ea34f7c9f4992bfe56a19cd08e2 0.00 MB 1 0
33,489 33,489 00000000967dd8529bacef27a1ecef63a301daf7059ad8575fec84933ededabd 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,109.82 GB sent, 111.92 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.