Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

30 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (877,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,164 32,164 00000000eecc30fedec774723853d0ff7718102877b0e1148109c73fb2f876bc 0.00 MB 1 0
32,163 32,163 00000000176057723a65663335fcbe663193116f17247e0abb7a77103c8517c1 0.00 MB 1 0
32,162 32,162 00000000d505bb2a4d6099f1dfed8a623d32ca6b61a6f5529623a2fec25dfebc 0.00 MB 1 0
32,161 32,161 00000000c14230a895130d3b03a0d2dca5ba86064b49ca4744d666f5048593ce 0.00 MB 1 0
32,160 32,160 0000000036748a59660cf91ead3d9e5e8b0283a1b8ad37b7273327232425be7e 0.00 MB 1 0
32,159 32,159 00000000c9dec475e8c8cbf8bd09493c2ce0438f6f3a56bbf07a7f2fb3553700 0.00 MB 1 0
32,158 32,158 00000000ad30a2c180dc07074d206d31bd4769de9e523d0bb29c370378e8bd9d 0.00 MB 1 0
32,157 32,157 0000000031b9597a83b478c111c20bbebd442926e276d2ac6bd8a39933062c15 0.00 MB 1 0
32,156 32,156 000000000a54531333b3ac3e373752b4c5bda3fe818e8e883a28e8550672e5d0 0.00 MB 1 0
32,155 32,155 00000000d378443e59b7ac97af75203159a8aaf5c1af51344718c6a774ff66ec 0.00 MB 1 0
32,154 32,154 000000006314fb2b554626c8b4e9502f935bd2bd80c331af7e18c543497655cc 0.00 MB 1 0
32,153 32,153 00000000d5a86f86b052dbe9b77af4ca6d656a852ad8af7b91b603be14f9be1b 0.00 MB 1 0
32,152 32,152 000000003e13ed2b22dbf0d85f8f034ecc42da2643cabb01abbab4cf2e827eca 0.00 MB 1 0
32,151 32,151 000000005836b76161e1f77616e39e53ac585bffa71287c0e1c8344fd913c496 0.00 MB 1 0
32,150 32,150 00000000b9224f12c72492a03f0e333a95dd07dc81bdd069a5fe4320bc04e079 0.00 MB 1 0
32,149 32,149 0000000020245e38235dc0a0bee231dcc5e466517dcaa800a72dfc5980233fa4 0.00 MB 1 0
32,148 32,148 00000000094b94a83c776ecc3902f381a781b30f2be7870f1fbfa82e92dd1f61 0.00 MB 1 0
32,147 32,147 00000000ca61a0713c4bcb0e34ce1d0e185ac1443809d45ecfd3da96b370b413 0.00 MB 1 0
32,146 32,146 00000000c0ce2b610b3df20f67ef296588c5311299cc3aab2ba48971a5dd9864 0.00 MB 1 0
32,145 32,145 000000008a0f5fb35afdb9e30aadd3c80d7fd6cad88fdaa2f6406ac87d13e9c7 0.00 MB 1 0
32,144 32,144 00000000880d6d39f98089c238c8a15de8fb540e322c3f1291731e2c3f87120c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.47 GB sent, 112.24 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.