Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,431 transactions (2.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,016 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (876,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,529 33,529 000000005cf7e871f3972e0af1fe236aad2f60078f7e62d9554d80648646568c 0.00 MB 1 0
33,528 33,528 00000000acad004def248cb30b19f539c13107e392af8cb92183d657b28b5a69 0.00 MB 1 0
33,527 33,527 0000000049b9a35fbd9d48c3fe3b4e1574254fe4ca384ebcd038e15e255828f2 0.00 MB 1 0
33,526 33,526 0000000090474938c05e547fddd71efb229965faede0373e748cfceb764cf6ea 0.00 MB 1 0
33,525 33,525 00000000a4274b37a7d9f308562ecb58ed502d457cc9581376e90041de2f6185 0.00 MB 1 0
33,524 33,524 0000000052d6f556f358d58240a8d24167a9ccefef2980a29ee31d4a00df7946 0.00 MB 1 0
33,523 33,523 00000000d86409bb1b03434a5fd8880f9bf0968a1254f81d07546870a28c27e8 0.00 MB 1 0
33,522 33,522 00000000a2f9d9b08207e0902ec0564476d63729616e891c39cf16d77d675d1b 0.00 MB 1 0
33,521 33,521 0000000011e415086f8768a42ed77dce416ab12142c9408c864c4af61595f258 0.00 MB 1 0
33,520 33,520 00000000c315a8a7834848e6048822824c239ab92cc9d4af26f313dfd1219ee1 0.00 MB 1 0
33,519 33,519 0000000033ecedfb0061aa475883385a82fb16c0890156a33be12a3122274d09 0.00 MB 1 0
33,518 33,518 0000000030487f2cfaed34d6667af9058dbf72e386ba61baf4297e776eee7348 0.00 MB 1 0
33,517 33,517 0000000019bab9831a96cc2547889c6bbe9b81d1bcf2b5532b582578371c4761 0.00 MB 1 0
33,516 33,516 00000000b656781ec98271fe58b1b5e071e3b85077b9d53aeb2703bd83248873 0.00 MB 1 0
33,515 33,515 000000008eaf2563cc10c77071cb209cd6fb1084755a2ec4907d26aab30aefa0 0.00 MB 1 0
33,514 33,514 00000000b23c321d13d29e9f31c375c7b11ccc908ea18584ab729a4bd77b6610 0.00 MB 1 0
33,513 33,513 0000000078f01ead3c41efc8bfcbb15315f863acf7c59db249436a13c434a1e2 0.00 MB 1 0
33,512 33,512 000000000cf724cf77a8b7ad59d883faf204ab92545e12980b9b05956ce28c1b 0.00 MB 1 0
33,511 33,511 00000000c4b03e1550e0df4bda5d023721035c17368086353f3b0467d31dc559 0.00 MB 1 0
33,510 33,510 000000005409a61ad7aa4f3274867eb2563cc7c79f8570118bb66efd2758a6b1 0.00 MB 1 0
33,509 33,509 000000002985315c3991e2fc39f2e8ab52fcea4ad8c204e46494472f38417179 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.68 GB sent, 111.21 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.