Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,946 transactions (1.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,392 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (513,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
397,282 397,282 0000000000000000073ccc2f481092716917ee29edd35acefd4c485277ce5bb0 0.84 MB 800 17
397,281 397,281 000000000000000005e3ad2910be95d23f8aae5fdb39a4fa694023faaff74a41 0.95 MB 2,253 46
397,280 397,280 00000000000000000374cf473fa590f886de016618cc5d5bc7aa4549fc0e90aa 0.33 MB 573 37
397,279 397,279 00000000000000000458fc261811ede2ae02a72f692662a9001df98ac7aba146 0.98 MB 1,031 17
397,278 397,278 0000000000000000030e16c2fa875bd4d26bd4eda7a6f3e11c3343d328d5b340 0.26 MB 412 25
397,277 397,277 000000000000000004b9239bc2e4317a392faaf036ca62f77363ddab6afa1691 0.93 MB 1,266 27
397,276 397,276 00000000000000000422b4ec1285c5e80648af875c933d73d99cf01ee858f48f 0.95 MB 2,182 45
397,275 397,275 000000000000000002bb4673c430a4ff0a4e4b050e1744d9030dcaf99713aa6d 0.05 MB 68 26
397,274 397,274 000000000000000003fd2c6d033ee7ad9709649e583f425ddbe2929702ad8c4c 0.00 MB 2 0
397,273 397,273 0000000000000000059527251431b0ca4bf44ed9ed070d357498fdcc0a3fc03d 0.59 MB 1,142 35
397,272 397,272 0000000000000000049e7e9480d1208e629c1fc9126a69269f118f51324ce766 0.70 MB 1,226 35
397,271 397,271 000000000000000004789c90ab69b84108a4d0f4e048715fb520782b97976321 0.30 MB 530 30
397,270 397,270 000000000000000006c685a83f82ffca9988d45914fe20f7f118d739bb844d1d 0.32 MB 562 34
397,269 397,269 0000000000000000031d43d39fc6112fc44a2954b42779767e8f2e1ea474d2a2 0.50 MB 943 33
397,268 397,268 000000000000000005d16c708e0fe3e40375a467815f495bbe1ce7c0c93be7d2 0.28 MB 477 30
397,267 397,267 000000000000000002593fdba8cedf8a2112bc88cdc446f3927ee9f8776e547d 0.66 MB 761 27
397,266 397,266 00000000000000000638948a0acce4b90e6835c70e2d9d06e08570ecff6f5d8d 0.29 MB 419 31
397,265 397,265 0000000000000000015fed0c37f502f8626b80b16f7b63c02048beac5ced8a74 0.99 MB 620 14
397,264 397,264 000000000000000003df826d4273e8e103e8d36fcb70a2185fc78f147f490b8a 0.95 MB 1,208 24
397,263 397,263 000000000000000005ef9ad603e31ef09bd48a6a28d750e21c360c6c2aca5d0c 0.29 MB 523 34
397,262 397,262 000000000000000005179e637db5ab893862b85eb2fdbe0019cb327df5a8f05a 0.28 MB 193 15
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.27 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.