Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,700 transactions (5.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,071 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,070 (820,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,512 89,512 000000000000ef06ae44b90c6e0b631b428b1f1f17af8234bbbf29ce79e40d10 0.00 MB 2 0
89,511 89,511 0000000000095b849765f7ed6a27f07502ed06e270972b1c8f9fdcb6d2a5117d 0.00 MB 1 0
89,510 89,510 00000000000f50e0381fec5a374f7930f47e9b53cf8223db4365315ef16a96a6 0.00 MB 1 0
89,509 89,509 00000000000f875027147c23d379475de40adabc0ead37895e8fde5c24bb7087 0.00 MB 2 0
89,508 89,508 00000000000b576db501457abb0bc00557053bed8979415c70d80a1ab6cfe895 0.00 MB 1 0
89,507 89,507 0000000000016c3deefe6830c53eb89ee48536b35d63d2856b31e5625a7d4e99 0.00 MB 2 0
89,506 89,506 00000000000ab7fcc171af06374a780112f29e0ad6e20f9012cb493515a8a260 0.00 MB 1 0
89,505 89,505 0000000000063790b9e04a571f63051c1ddc5be5a5106ebf6b7e0f3170233683 0.00 MB 1 0
89,504 89,504 000000000001bb03f90d7ae677f5f283dece1393f2fcd31e6fd1a33d0c2fd624 0.00 MB 1 0
89,503 89,503 00000000000e396599fcccd621ac88c3f5db2e84e5549d1ed9fb21874a337d84 0.00 MB 2 0
89,502 89,502 0000000000135683bc32fc98ace3522f811b11cefad1c4e3b5af49e674d3a783 0.00 MB 1 0
89,501 89,501 000000000001486fcebc5774023e66154b7af7f520220afd57766261a0759b50 0.00 MB 2 0
89,500 89,500 0000000000099b2815c874ff52c48ee2dc731394526c1513fdbc49b25eaaa8e6 0.00 MB 1 0
89,499 89,499 0000000000050ed77febd07c9f41e48ebf01951dd8f5f42b789b3f432e3838c7 0.00 MB 1 0
89,498 89,498 000000000011035edcb1470587254dd18a748e99e62f836a0cdbc49f403dc29f 0.00 MB 1 0
89,497 89,497 0000000000113d1b53e72d0e55b6abfb29934af1b83b1bdd6342cc112dbb62a7 0.00 MB 1 0
89,496 89,496 000000000012a6682dfa9a3b9567f5677a3d6d75544e239dffc0160ebf46f2fd 0.00 MB 1 0
89,495 89,495 000000000001183247ba0113872db2377a40e276023e610ae314878f718d8c1d 0.00 MB 1 0
89,494 89,494 000000000003c8d16dbb70548d9a54721716b233494de003ba81b5193e8e925b 0.00 MB 1 0
89,493 89,493 00000000000a8b7dc0380eff8cca7a282173a4c762de82ab11828ad6d245ebea 0.00 MB 1 0
89,492 89,492 0000000000128c43fd3ce24e8be82d916570e7589aded09fbfbfac475d40f27f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,186.80 GB sent, 116.12 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.