Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,322 transactions (0.81 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,694 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 2,310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (896,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,150 13,150 00000000eb31d6f6a75b65cf8c308a53e978148728702edba9fddf4f08612c08 0.00 MB 1 0
13,149 13,149 00000000408a705ca4e80a6d44a44cbf96f2d5b8cea3146335ff1ca6859751dd 0.00 MB 1 0
13,148 13,148 000000002e6ebc7bc049d8c54cf93dcfc395605ca8a507b365a5f76e80335902 0.00 MB 1 0
13,147 13,147 00000000f7bee7fbb4a592640f5f01370b91937b6fe3de138b5627bf6db5ed1c 0.00 MB 1 0
13,146 13,146 00000000a88dcccd0dc26473d0648110f8fa03f3b8f17bf236fbb753ef9dfe9a 0.00 MB 1 0
13,145 13,145 0000000084065d82d307f9fa3be11c94359b2289638357a6413bcca4ff558852 0.00 MB 1 0
13,144 13,144 00000000af09b1d559ec98d6068b1143d6269b541354643895e45535899a3b09 0.00 MB 1 0
13,143 13,143 00000000cb2efa3405f97b1fad614b1d13f5ea1eb7701e2f2e8d276c987574ae 0.00 MB 1 0
13,142 13,142 00000000ae8c1e3ab7d28429d5aa6681577feebeba31d7946fef62662896af72 0.00 MB 1 0
13,141 13,141 0000000048d1e012296aa9ace9bf8015ba2a861791a6cba2916c7a07fb6f2511 0.00 MB 1 0
13,140 13,140 00000000781ce5e03b0a80db2b1c878d0bdfaafce71d6f1a40186a904c713472 0.00 MB 1 0
13,139 13,139 000000005ed57fce9385b9c52cf61b4d063247db48080b0b27934fd64307838f 0.00 MB 1 0
13,138 13,138 0000000054942332907fa5dcac6e323103651d3dd464aee62ffed48c3c0edcb9 0.00 MB 1 0
13,137 13,137 00000000d7d35a460719babcd94d036fbf379ad088a817fcd3b8bbfbfc86f0e6 0.00 MB 1 0
13,136 13,136 0000000086b9a999f2ea2019e83dce9a44229474dbd0b6906a9a009c5a222daf 0.00 MB 1 0
13,135 13,135 00000000f9ca2450060fe01798a0ebeed3a1994daf766728870ecc3b89c36133 0.00 MB 1 0
13,134 13,134 000000007dc79292706fc54a8f955f6296b0b91b9aa3c6e3c2e8177698bd5486 0.00 MB 1 0
13,133 13,133 000000006cf6dd56a8f60befb8bb9bb25faf39670d8e110e6fb5145c4d39c10d 0.00 MB 1 0
13,132 13,132 0000000002df3b3daed723b1d5690892c58975d47828a56f168ee0d840e98fa1 0.00 MB 1 0
13,131 13,131 00000000fd840ec52961a016fd49cbd893a338e06edadbe0414dd828ff06af62 0.00 MB 1 0
13,130 13,130 00000000c1795e80f60c81815056d4e9a40a24b8f284aee5cdc12e6391e9aba3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,151.51 GB sent, 112.51 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.