Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,039 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,770 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 1,027 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,769 (854,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,630 57,630 0000000001d30e84c41c21f32b117f6b50aec2ec59afe03985ccb224343577aa 0.00 MB 1 0
57,629 57,629 000000000b6dc0777bf4d2db289490d6a52540248c83e4149c7a9eeabbb551b9 0.00 MB 1 0
57,628 57,628 0000000001bae14ebc7b3d202c93646b870c6ad374968484fc5ff0664fadf170 0.00 MB 1 0
57,627 57,627 0000000006917cc9a9800d102664ae6e2ee2179cb2b631c3dc98536650f89169 0.00 MB 1 0
57,626 57,626 000000000a6ab1e69f25c99d9cb1edb3a836de49c4e947b5acd650e675d24d4c 0.00 MB 1 0
57,625 57,625 0000000003ad099f205c962a218461a7c7836deadc40434134b760704cf91142 0.00 MB 1 0
57,624 57,624 000000000278f1217df6b38402c3742ab9e76bb21d4d4aa05d2b1eadf02a59cd 0.00 MB 2 0
57,623 57,623 000000000a8e7d7ca923ba694610427d1141b3cad2588680f7f067366084e953 0.00 MB 1 0
57,622 57,622 0000000012b8d267a2e6166d64d886e80af48df66bcdb66aade84ff8ef7e87da 0.00 MB 1 0
57,621 57,621 00000000133892c935135065330ef3f8b52dbeb05d14780c1bedf91b96dc56a0 0.00 MB 1 0
57,620 57,620 00000000156e70c71f7a46c085bfc02249e0af95d4ff798dfe5d4eeb604e107a 0.00 MB 4 0
57,619 57,619 00000000095d7bf1ec394b8f9226c2a4b22de280a232fc375b3c3fc36770a93e 0.00 MB 2 0
57,618 57,618 000000000db51c803d240d713bee75130cb79ada231847378b7424834901b78f 0.00 MB 2 0
57,617 57,617 0000000012e49c2e51b84bcae1d86088bd4c106f2ca2fea7785e6d9b8bff6bcd 0.00 MB 1 0
57,616 57,616 00000000077cf773f3efa6a248c275103b1c2b9c827192996503f7da4c27c9fd 0.00 MB 1 0
57,615 57,615 00000000053d8e31a6643c8755acb6ce09674a88262eac774685311c6b895132 0.00 MB 1 0
57,614 57,614 000000000590e9c89a25cdae71ddf9d99692b561968651132c623869af05fdb3 0.00 MB 1 0
57,613 57,613 0000000008231dc50b53aa171d269be0aa5ac5aed55e8752f246549cef167af2 0.00 MB 1 0
57,612 57,612 000000001298fb8c917e24bc6536032c3b24967094a5c95b794a8804c9367b61 0.00 MB 1 0
57,611 57,611 000000000f670ffb182faba91193f4790d43f2484fb39b5a210f99f53b161ee2 0.00 MB 1 0
57,610 57,610 000000000ff84c88a0301a4e6260af9d8e52816a96b9f1246e1e834f1f114c0b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.65 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,432.48 GB sent, 131.85 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.