Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,960 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (849,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,472 61,472 000000000bcf9c1e34e1f2b169a212533b8219d52c7ea15a0106233581520278 0.00 MB 1 0
61,471 61,471 00000000018a0f35fd463529b7bb80ec63fd6a7ea9d0b55d36044fc48d2f2f05 0.00 MB 1 0
61,470 61,470 000000000d05230db0ea38d2e218665306d8ec0be98ef111ec72c34c18494e36 0.00 MB 3 0
61,469 61,469 00000000066382be98e4b10691d4842b927b77e37c8465701daedd5f510363e3 0.00 MB 1 0
61,468 61,468 00000000019641346e29cfe022a0df42fe2ed1d2aac167c041d23e894da8b1da 0.00 MB 1 0
61,467 61,467 000000000339fdcfc84de1568dc38b7a959798082d4ea15727e0749ef4197fd4 0.00 MB 1 0
61,466 61,466 000000000853a2d1f3d24c80c12efd07b83774bd9bdf1cc422a05107a3884799 0.00 MB 1 0
61,465 61,465 000000000c016d29bbc33faffb3892e651c118f3c17a5e623ff099fd1d1ca259 0.00 MB 1 0
61,464 61,464 0000000005a82d18e0e547988c2451e8f39b1d2c898da4825eedbdce11ff3f02 0.00 MB 1 0
61,463 61,463 00000000016662cbf12dbb22f833a63d841449148c92fec2264330422f5ef22d 0.00 MB 1 0
61,462 61,462 000000000d26852336593cb41dd8719b9b8f74bd6b4fe242b83364d183b02612 0.00 MB 2 0
61,461 61,461 000000000e81c9a54a7462ff9c98aa530b238d8ea9afa651f51e7fc7e40af160 0.00 MB 2 0
61,460 61,460 000000000510824806b5947dd3b0b119da4ce842581ed9fa38983e28bb2a487a 0.00 MB 1 0
61,459 61,459 000000000499d7ada6a5700b146bd86f57b912179116525ea31d29d7f9e2aff1 0.00 MB 1 0
61,458 61,458 000000000d39f17e407f777f5ea01776bc15026feec70aa8404da935403f92a4 0.00 MB 1 0
61,457 61,457 000000000d2a430a8aabdedb7e18a1600b3045e1ab996372659bbb2b4aba68e4 0.00 MB 1 0
61,456 61,456 000000000ea842bfc33f99a170dc10439e3bff4559d5a50ed260b8cf6b1d7845 0.00 MB 1 0
61,455 61,455 000000000c4cf08eaf26a069a209e71bd6cc6dd82d722146cc80f2d2d478d6f2 0.00 MB 1 0
61,454 61,454 0000000007dec2299e225a7230ff7aff7ab02ff4236a2197c190f107c3d5d4c2 0.00 MB 1 0
61,453 61,453 0000000005ceb01837c0a1ebd50f36cb0d0b5444fc9f4414a995fedaacf0eab6 0.00 MB 1 0
61,452 61,452 0000000001dab128565e17c305ced3100d233e923bab421fdd11996d32701654 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.71 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.