Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,567 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,475 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,474 (832,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,354 77,354 00000000006347be36aa1bb67493f9cd2872fc62e28740dacc0cef4001a86cb0 0.00 MB 3 0
77,353 77,353 00000000001ec323875445734a3673c9651dd87d0a2ebb38d8ce7948df3ce351 0.00 MB 1 0
77,352 77,352 0000000000440061fa5a5ce59ec6e7b759e3f98b72a512996e731c860934bfa8 0.00 MB 6 1,684
77,351 77,351 00000000001981dc36bc33a67ae55ee61c98eaeb5e227a7f534385fea6c4e3d9 0.00 MB 2 0
77,350 77,350 00000000000dac01c4862390b4df90e64cd778494ed6715103f8ab1b97744d7f 0.00 MB 1 0
77,349 77,349 0000000000603c4c77bd9d99d8833b16fa9eb2764ceb6b13f2f316da60eb5257 0.00 MB 1 0
77,348 77,348 000000000032106d32356201cf8cf8ee6870bc613ac5ff8922605b55a0728fc1 0.00 MB 2 0
77,347 77,347 000000000004a1e2afb5d0113e76f508ad23fcd7e521da1ae3a5f688d18827a5 0.00 MB 1 0
77,346 77,346 00000000001b39ea7f06fc03513225003ba78190eea3bedc19c7612f66b8cced 0.00 MB 1 0
77,345 77,345 00000000004adb61ca4603e657e7318623aab0bd475a0c37d2438ce7eff816d4 0.00 MB 1 0
77,344 77,344 00000000004c32e89ecb0228f07041ec91cff02a53df2cff73134d53b9d82b87 0.00 MB 1 0
77,343 77,343 00000000005fd4e0530f9d14856d19652bc76f4ba72c48c8f4549b1482b60807 0.00 MB 7 0
77,342 77,342 00000000003dbbf935e08a361fde1b07b4c9ec290daec32e40b9f027109bb72d 0.00 MB 8 0
77,341 77,341 000000000038b491b8b838457a28fd56d01b7ffc27fa8660ca4d93da65b0a10b 0.00 MB 1 0
77,340 77,340 0000000000042aef6f37c9adb173589324c8c80797d779a11a206639e1b4897a 0.00 MB 1 0
77,339 77,339 0000000000083f0a7e6cfbdf9208afd8d468c17f129b116b32a45ab2ed5e9987 0.00 MB 2 3,861
77,338 77,338 000000000042c42a88ba649f8282884cc1d7db8666d399b7c1049c008d6f6308 0.00 MB 1 0
77,337 77,337 00000000000d9d629df9d70512f3d90002ac1b9dc487c227adeda02756c718f3 0.00 MB 1 0
77,336 77,336 00000000000871b23e9a209f99db2912375b5d71f2c0c1885fbf166489a0b719 0.00 MB 1 0
77,335 77,335 00000000003cef0a21be33e588c9d8162acb850bc5905035174193072e921d8d 0.00 MB 2 0
77,334 77,334 0000000000182e50763b30835754e3413857a9be7fdccce6e1d6c3506228a3e4 0.00 MB 5 2,145
Previous 10 blocks ↓
Total Size: 772.43 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,080.29 GB sent, 110.37 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.