Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,500 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (846,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,287 64,287 00000000060380cfa5ea6a7bd308277855673e4c47d9e21c7322925963746c3b 0.00 MB 1 0
64,286 64,286 0000000003df16853e719d68bbe6b13624e2c8e3b526933b8120093435aaa9bd 0.00 MB 1 0
64,285 64,285 000000000a3aa07ec978bb67f09723e3258315f5c6b29a30ef3b55920edb290b 0.00 MB 2 0
64,284 64,284 0000000006a23059b2f85ae4ddc4b020d957f5cbff02e90464504b07e4916831 0.00 MB 1 0
64,283 64,283 0000000005eadd1a2a772836ce13f97907e09a669594dd6905eea925044ffb3d 0.00 MB 1 0
64,282 64,282 00000000004b282218f4c57643a32f8d9db33899873351dbff2c81421090187d 0.00 MB 1 0
64,281 64,281 000000000500e154d4ea065e5aa7580cf1c6cedf7ecc61bae78b5dda16496523 0.00 MB 1 0
64,280 64,280 0000000008d3edd7f965a355b6b24822fb8d270bb380b02789216d0fa25d2722 0.00 MB 1 0
64,279 64,279 000000000d15a7fdbe7ed2fc7b2f398c193ad16e89ba0edbed923fa6a17577c8 0.00 MB 1 0
64,278 64,278 000000000a5761515abc5fa6c4598bb8d2dd285f130534265d5461cbbb82db14 0.00 MB 2 0
64,277 64,277 00000000034e0caeba2b6fd4f20b796f8e2bcce899601f9e9d867adcd4b73228 0.00 MB 1 0
64,276 64,276 000000000c55e08342e0c4313d70e3a17f2db2dcbed12eb234db6e5d69fb52a7 0.00 MB 1 0
64,275 64,275 000000000b4677fe2d72b4fc1adcd8c6ec032042bc39b3d2aa84c130b5ccb3be 0.00 MB 1 0
64,274 64,274 0000000001b3e2596cf0bbb486f9680e6cd21aa15a74666d0da36f96b629dc16 0.00 MB 1 0
64,273 64,273 00000000006022d59e260df35e22d4cb85e1a5b5ce1ca7984a916758cc0da14d 0.00 MB 3 0
64,272 64,272 000000000c05968a5ff7752179c4ff10fbcbc86efb1ee706e17a0d41bcb13a54 0.00 MB 2 0
64,271 64,271 0000000005f0b13161218da78f7c2b2aa98caf745a9ce574e9475db4ef58bbd9 0.00 MB 1 0
64,270 64,270 00000000073b110573831c74a9205aeb7560979b75e0bc3d59098fad54d72dea 0.00 MB 1 0
64,269 64,269 00000000057b61e41c8d55e4369783a7683970e459336222308317c23052db80 0.00 MB 2 0
64,268 64,268 000000000c18affdac07c39f8809d353737e873c063f5fcd0ffac5a86e0619db 0.00 MB 1 0
64,267 64,267 000000000244a0940bac453b137deea89805e538a9ba443696881dde0cab12f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.88 GB sent, 120.82 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.