Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,837 transactions (1.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,392 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,332 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,391 (823,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,448 85,448 0000000000177677f6446c02e9f449c91089a1d289b01994ebe11d652310ffe0 0.00 MB 1 0
85,447 85,447 000000000001e343dbcd763fea779ef35ba16edfd1f97127e60a109ed3d3713f 0.00 MB 3 0
85,446 85,446 000000000008d81f56587c794621d65f7319548da63e32f0634e5e5af9b03f04 0.00 MB 1 0
85,445 85,445 0000000000025fa6ac3f24017d2dbef5ec8e0967134f4c5a0954785a945ca90b 0.00 MB 1 0
85,444 85,444 0000000000070d4cf30c84759e007d50e9cbaa72a838c857c800518c8fe18929 0.00 MB 1 0
85,443 85,443 000000000006ea14c8bbde910ebfeee87a008b3fb3a2138bcf59feba44f099cc 0.00 MB 1 0
85,442 85,442 00000000001b4d20b95a0d21fc9c064b67131bcc5b8427b9312e454fa59f6bda 0.00 MB 1 0
85,441 85,441 000000000001c5e1af21a0f03b272e4b7e0bc607c6829620db2457f5581ca223 0.00 MB 2 0
85,440 85,440 0000000000085830d433f5f02baad9770c1cc5433ca3fd71528e64c8417054d5 0.00 MB 4 0
85,439 85,439 000000000018d7c8dd3ba6cf020f5de25a8c03a50bc682457d1650ba5a2b0846 0.00 MB 1 0
85,438 85,438 00000000001ef8edb834c44855385bbd4ec80eda91982617ced58c68ef582c34 0.00 MB 2 0
85,437 85,437 0000000000156a262eb11cf527f156e085244d5e4e593b312cc343439edad892 0.00 MB 2 0
85,436 85,436 00000000002daee3fc20a88b60bcf7e1e5cf66b55d9a5e387fb099feb4e0e6de 0.00 MB 1 0
85,435 85,435 00000000000a8c8c2c4bc7698721560857ccda29de12a205924600471851dcb3 0.00 MB 1 0
85,434 85,434 000000000008a36d33d1f395669008a120f5e29230e921200acd95654e334917 0.00 MB 4 0
85,433 85,433 000000000010f3741eaba20ea1ab509dcd6d7e14a4ef5dce7c534520cfa6071c 0.00 MB 1 0
85,432 85,432 0000000000227cd1fa20f11f1baa10091bad7ccd27899a146a5a08727ecf7d87 0.00 MB 7 0
85,431 85,431 00000000000b509c613fb6c8ffbbbb2c1d25083fb500d00c7184177759b98b65 0.00 MB 1 0
85,430 85,430 00000000000b06786b33a2d18efa742ee439d7bb74aa8b87e927790694bdb37b 0.00 MB 1 0
85,429 85,429 0000000000245739c13e7cefcc1284befdc17e6ec21827ad4b92fbc5d0941170 0.00 MB 1 0
85,428 85,428 000000000003b7dc7273ed4be9528b8534dbb2858297a50438122c7e76689ac4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.27 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,069.67 GB sent, 109.47 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.