Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

295 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,120 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,119 (823,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,481 86,481 00000000001dc60ab7df029d87cafafffcfcc65d771cd3d12ed25b6a04aad42a 0.00 MB 3 0
86,480 86,480 000000000019059e8659d685f08f89d569b232df8c6a27e2113db12656be16f6 0.00 MB 1 0
86,479 86,479 00000000000cda5bf1c01ed07ff9c99c24aa978379c7b3db70ade7b6b131a5dc 0.00 MB 2 0
86,478 86,478 000000000025a39a68d3ac84c722f35a5b7123ad8641b2eabe648ef6a279cf16 0.00 MB 2 0
86,477 86,477 00000000002802a9921596564abbbb3cd6309480101e5f5091b64e1ecb162977 0.00 MB 2 0
86,476 86,476 000000000009b7efeb3aaaef1215098035443b1fa01ec014bcf981b64937d5a2 0.00 MB 2 0
86,475 86,475 00000000000bb402645adae01637ab9069505dff1546d84a02001d455cadcb77 0.00 MB 1 0
86,474 86,474 000000000020d0e71f8666a2d44aecd08746ab49651a88bd3ae235ec3cc4407e 0.00 MB 3 0
86,473 86,473 0000000000176493ec3f28ad82dcd60897cdc83be6693881c01ce6e000a774e7 0.00 MB 1 0
86,472 86,472 000000000025863da60f0213216682a0b244f38d1361036ccb49b26d6dfa8c54 0.00 MB 3 0
86,471 86,471 0000000000149273d733d774134a3cd017b0233c52a9a5d9bff9e6804c5ac925 0.00 MB 5 0
86,470 86,470 00000000000d6cb956439f249042abbeacce11e994dc06080202db0e3f497190 0.00 MB 3 0
86,469 86,469 0000000000198e5753e4dc531fa10149fe737a9cafc6767d014231b5ad0f6563 0.00 MB 3 0
86,468 86,468 00000000002af7e58e5ea21d7f37dd5b7cb7b5e3be29a6f6784a9d00475b1981 0.00 MB 3 0
86,467 86,467 00000000000a1bee32987025f28d457b5331a22b28f96a1c3f10bcd12f577afc 0.00 MB 2 0
86,466 86,466 000000000011d21c8fd90822dd9d76bfd729049e1a66917e517e73136af6a3ba 0.00 MB 2 0
86,465 86,465 000000000026a70f8fbd60031016483fd60de6e4fc215928dba92928a9826baf 0.00 MB 4 0
86,464 86,464 0000000000255076c082bab3084f5bf54afdabccb862fd9cd8560dc91354dd46 0.00 MB 7 0
86,463 86,463 0000000000212fc675270fb6b1403465077d2ed11a4c3538c9c17ec4ed811f05 0.00 MB 1 0
86,462 86,462 00000000000b2dbac8da4b9ba756d1bec561dac06f9deb5af726b33d7afdeac3 0.00 MB 2 0
86,461 86,461 00000000001c6130b5ce8bf3f80c7d19c22ee350262161a03643835478d09233 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.61 GB

Node Information

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