Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,074 transactions (0.37 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
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (836,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,791 72,791 000000000018204acd5847cdad1e9a5f1aed0d4bf76dac1b9e4113edf003e518 0.00 MB 1 0
72,790 72,790 000000000046a5bc6b4b02d54b08084fca221aa7501cc9391709ce4538f29a60 0.00 MB 1 0
72,789 72,789 000000000068ea549c6ff0f4f0f56afffad8b7a043a5c2575adb7ea93f6ed888 0.00 MB 2 0
72,788 72,788 0000000000715eb1288a1ffa6e08641f0c72664436a16f0da86fd58df954e6fc 0.00 MB 4 0
72,787 72,787 00000000004f8448b941e858d49d211164c75e87c36d971bb6bde46a60a2a9d2 0.00 MB 1 0
72,786 72,786 0000000000588997e17cac6e16da0949b1d38c9ac7c248577b76042270370230 0.00 MB 1 0
72,785 72,785 00000000009ffdadbb2a8bcf8e8b1d68e1696802856c6a1d61561b1f630e79e7 0.00 MB 6 0
72,784 72,784 0000000000b079382c19436fe8e076e199f0faa9014a930caf89d15744d9aec7 0.00 MB 1 0
72,783 72,783 000000000074672e28f2049c94c5d7fe3b20753f0ed6a8aa168e1c103cc48388 0.00 MB 2 0
72,782 72,782 0000000000b94dd60e9a8fabb3d6b3a820486a566ed260855583a17f1ba18a29 0.00 MB 2 0
72,781 72,781 00000000004a88363d1523a08b12acf1e758d4be5ad41e5f0d60c38fff0e6ccc 0.00 MB 2 0
72,780 72,780 00000000009d7d82a775fe0678d2239f3406a7c327252999c7603b1f6be209f0 0.00 MB 5 0
72,779 72,779 0000000000537f14cb8430aec045e458218a9e9c3e18359798218123734269fe 0.00 MB 6 0
72,778 72,778 0000000000397bf1f969dc04bce920cb8aca0afc710f210eabc8a00e591376fe 0.00 MB 4 0
72,777 72,777 0000000000151b63bbe5583fadad2e8ca55e7572cd92c8926e23daeddd3eabce 0.00 MB 1 0
72,776 72,776 00000000000ee3376ad83e76f68f9c975c648970709caf187cf2125fec13393e 0.00 MB 2 0
72,775 72,775 000000000096b23845ff324e8993ffb555faef1ac23b29735b23c216cca9be1c 0.00 MB 1 0
72,774 72,774 0000000000832cd4cff3419393328db3e7354ddd21bf22c6bf59b9c04d07bb6b 0.00 MB 5 0
72,773 72,773 0000000000086203c7b8aa4d33c18ad39ab32db76f5c607f390038a879c08378 0.00 MB 2 0
72,772 72,772 0000000000967b8acb8ed304669f8d8ab11cd307d67d31e241b641b479ae9fbc 0.00 MB 2 0
72,771 72,771 0000000000adfc7f4bd1efe8a5067814b46ef23a9ba06cc2b755e99baf4e997c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.71 GB sent, 112.24 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.