Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,314 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,044 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,043 (882,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,462 29,462 0000000031274f49933f57ecf01f90a2562a4b63c536d6c6ba1bddc47e418a33 0.00 MB 1 0
29,461 29,461 000000004ff8431465591fd1914f41cf68202b980324074681de2504b6cb13e5 0.00 MB 1 0
29,460 29,460 00000000cb5c8ecf76ed807b20067fc50e9e0b042e2aff025822e797658c831e 0.00 MB 1 0
29,459 29,459 000000006af6c526f26c007ed0164972ad3b2d5691ac41414c521393745e4826 0.00 MB 1 0
29,458 29,458 0000000056ce850015e30755d20d928f185d8bff96a227799be85345c96f84c3 0.00 MB 1 0
29,457 29,457 000000002f47e84f4d6fea908648acfba9a97cf66329c8d50f7897b8e4413aea 0.00 MB 1 0
29,456 29,456 00000000142fd5bdc805c4fd0ac0b3a2b8502a883ed5f448abf58cc044ec9ccc 0.00 MB 1 0
29,455 29,455 00000000dd7deb1050f737b9fb24939d1a9be62144d5a318cf7e8360684f4e51 0.00 MB 1 0
29,454 29,454 0000000073c710c4e3fd95d9df1e13a8c0f8c1d75b63b8210b0b5ed42a218c7e 0.00 MB 1 0
29,453 29,453 00000000fb3ad26b923c3b7ac58d56c9c227656a56daf27ff46c84622eb259c9 0.00 MB 1 0
29,452 29,452 00000000f096e2fbcec7ad8f39d6ac6da3fa832efee9e5383b037e8dc8f163d1 0.00 MB 1 0
29,451 29,451 000000009d38c0b08df620c087fe61fcb6ab9a8009e750914ad55f2232630291 0.00 MB 1 0
29,450 29,450 0000000052a2a6bbb57ce3a79398adb02f7e9437064e09367683edb02788cc9a 0.00 MB 1 0
29,449 29,449 000000001d6abfe1032f9954747123cafd87d82adc2d82e42f16fd3982a83f5a 0.00 MB 1 0
29,448 29,448 000000006fc933b270d62b8a5730cf5a35d592d93734fdbf9b7dca4175dd0a4e 0.00 MB 1 0
29,447 29,447 0000000016959cabf345edefddfe5f2f17607f208513c2a432887d1253541b80 0.00 MB 1 0
29,446 29,446 0000000040a3d8f75a4b19519e6e72b11f2bc646b5ebe1ea18f5a5408dbd4d40 0.00 MB 1 0
29,445 29,445 00000000def23239b25564766b104850ba1439cb18bcc12a75dcdbbfa98dd42c 0.00 MB 1 0
29,444 29,444 0000000090cdcf88c79c1cb066de18aa041d0cd8973e061439296a8f7eca5779 0.00 MB 1 0
29,443 29,443 00000000e9abd8719571ce8d0413fa686f411c55db39e4751ec8c048eac62882 0.00 MB 1 0
29,442 29,442 0000000021e54fbe15fc1982ff44d0ed1d5941ad9141db4593f0d58d3e89aa3b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.17 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,521.25 GB sent, 134.26 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.