Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,043 transactions (0.74 vMB)

Priority:

  • 1 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,681 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 2,037 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,680 (225,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,668 686,668 00000000000000000004f24557af5fd30f08b39c16f5184a09b79f97de5614e5 1.35 MB 2,138 24
686,667 686,667 0000000000000000000842f4af386f608e5cf59c0875087786b6688bad4b836d 1.34 MB 2,320 15
686,666 686,666 00000000000000000009a7d63474701c1f3acf46f7213da29b97d700a75bde7e 1.29 MB 1,586 22
686,665 686,665 0000000000000000000a3ecd53b1712fda44b00ba6aa3264082edebbcb23ffa7 1.16 MB 1,164 39
686,664 686,664 0000000000000000000636ee4b938cb7676074bc0ddb1b3f298d588f7e7f1f14 1.36 MB 2,079 34
686,663 686,663 00000000000000000008177ce51740ff0f22f6f5d21c2266f211a1f3679af93d 1.35 MB 3,439 61
686,662 686,662 0000000000000000000ac459ea109b5f7ee30bbe85cde4eafe7b74edb5422e25 1.52 MB 2,437 43
686,661 686,661 0000000000000000000466a7d7260e6cf58992dcdeb62634506138758db6afc9 1.35 MB 1,583 10
686,660 686,660 00000000000000000004646633d4ac48365171e35e5ecd209a1793f29146bcb4 1.37 MB 2,817 58
686,659 686,659 000000000000000000054b849a0784877fac86655e79321d3acbe784a89aaed1 1.33 MB 1,404 9
686,658 686,658 0000000000000000000a7e07393b726ed137f524d3d5aad6a9ff5f106fd50d5e 1.31 MB 1,985 8
686,657 686,657 0000000000000000000321bef4c5d8f291b47ee59233446828099371e236f3d2 1.23 MB 1,095 30
686,656 686,656 00000000000000000005a79579f0b7da8bbbf86fd2c3906b0e976cc1df329b87 1.17 MB 1,432 45
686,655 686,655 00000000000000000005c3ad108f5cf0143eb44d4d27cdd288fee805d04a5d12 1.23 MB 2,368 11
686,654 686,654 000000000000000000099dbabf48a166e3406ba6e5908ee98d0edf9d993e8f6f 1.28 MB 2,231 42
686,653 686,653 0000000000000000000afcfaae6f63d462308018049ec257ab675225bb32a760 1.25 MB 2,255 22
686,652 686,652 00000000000000000001c1ec1bc01915de6db77963f7399849d8a53ed79ba328 1.24 MB 1,740 21
686,651 686,651 0000000000000000000bd8493cf098fe096f76d9c925d09b1982e1b736c4b457 1.07 MB 748 5
686,650 686,650 00000000000000000006ae60f1b62d34b84e42ecfb356d88667d2f11017c2093 1.33 MB 3,068 42
686,649 686,649 0000000000000000000c8831a2b3463083cac701fa17c7aac24689b2cc3e1452 0.50 MB 733 16
686,648 686,648 0000000000000000000cccd851171ed9768840dc11ea4c1efd86f3c5dc5a8840 0.63 MB 467 4
Previous 10 blocks ↓
Total Size: 776.50 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,425.20 GB sent, 131.11 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.