Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,332 transactions (0.41 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,008 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (606,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,749 304,749 00000000000000002a500456a8458b94c76bb8ccbcc272c5a00c7bc7541c1018 0.07 MB 26 13
304,748 304,748 00000000000000003698f255a9591a99951178d580b2753ddead0945b61c0dde 0.20 MB 356 33
304,747 304,747 000000000000000012b57f898818afe8d5aaf63c6a4ad0600fdb5dedee2bbef6 0.09 MB 32 3
304,746 304,746 000000000000000024a11383337af7ad782781480d03a4390c7dec254401d1d8 0.23 MB 418 34
304,745 304,745 00000000000000003f10bdc37a375ffa7ca6a5a25f1c29892aaf5a3f12cb355d 0.07 MB 26 9
304,744 304,744 0000000000000000200c391945c4d3feb8e6861a5a3604ffe8a8b272869c7401 0.35 MB 562 30
304,743 304,743 00000000000000004d6c83dc78aa7c6db200b36a79f72d197bdd0eb341b0fa6f 0.03 MB 55 10
304,742 304,742 00000000000000004d684e6ed67dcfef3d8ee162bb55c07beb918e76106cb0c5 0.02 MB 64 39
304,741 304,741 00000000000000003bc3e125d588afea46447bc000bd2315045afb88249f4637 0.17 MB 239 23
304,740 304,740 0000000000000000575476477e072ea78343f367630642a6b0d2160539836b0b 0.24 MB 317 23
304,739 304,739 000000000000000054bf55bfc5b2d348cc134a2b2581aab0f611f860cb2130fb 0.02 MB 54 38
304,738 304,738 00000000000000001f2a85ce7b6e3db682ff49692c9c4ea227bab22f5d027154 0.20 MB 185 19
304,737 304,737 00000000000000003925c4f9babbc6bd536eafe2b0231710f8a82fd0221a9bdc 0.29 MB 302 22
304,736 304,736 00000000000000001bda00497f9a8ac45567c8e54a4ca54e1de647c3dc783675 0.14 MB 245 27
304,735 304,735 0000000000000000040c5e0f14f8b9ff35d93c22907c4b7bbdfc88a1abfd7716 0.17 MB 387 37
304,734 304,734 00000000000000003033f531c54e5f856d0d3d5bc94824a57952457c1a9a5c58 0.40 MB 724 29
304,733 304,733 00000000000000001ee208e2c4872b7343a25e41ce357c7536b9c18913731e44 0.28 MB 228 19
304,732 304,732 0000000000000000196cdad167b432cadc2e6e103f352245c506df4ce9d6f49d 0.14 MB 50 3
304,731 304,731 0000000000000000402ec2002809fb0ce87bbb1866aedbfe568b9f0d494755e7 0.26 MB 321 25
304,730 304,730 00000000000000004588fe9baabbf4be40e6b4f31408f9891348974e2d9cc8b0 0.19 MB 417 34
304,729 304,729 0000000000000000194c9f2978f20502f48ca0065d9048c53afdc2a2dbc2788a 0.22 MB 335 25
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.