Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,380 transactions (0.36 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,014 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,373 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (880,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,814 30,814 0000000064c9a2404f4c82045177502df0e298949d4d7cec3cca8455fb9cee11 0.00 MB 1 0
30,813 30,813 000000009310e5e080e4b40b878af07513613e429f30e0f4ace08a6c97463285 0.00 MB 1 0
30,812 30,812 000000006490fee53a95e0c06e8402dcfa9489b0ff38bb64e81744d90f4aede7 0.00 MB 1 0
30,811 30,811 000000005ec84f26205d22ab796158319cba8501d6135fe1a6ae00686edc3d9a 0.00 MB 1 0
30,810 30,810 000000002655d1c01332b1399fefd79fd534afe351b9784bb820e34a1fbf3422 0.00 MB 1 0
30,809 30,809 00000000246ca422d2a1667da77cd9663676f73eb048356d07b1276c51cd868f 0.00 MB 1 0
30,808 30,808 00000000c6e7f6fa084c489781bb45094d57e6cdcf24ff9ec9cbc9a1759d2e80 0.00 MB 1 0
30,807 30,807 00000000f5727e9d944bd74a9a6311727bb7b50743d632aaa4d15d82f7a71d6a 0.00 MB 1 0
30,806 30,806 000000000097727bbcf5a5c18385e5d5ce2bddbf5ea400eb1e7d5f7a5f40ba72 0.00 MB 1 0
30,805 30,805 000000002824685952663aa1440d856d0642908f3491d6c0fdd7dcd16607c728 0.00 MB 1 0
30,804 30,804 000000007979d49b5152dad5016f9a4b5e1305d17fa041207ee63f55b49c3da2 0.00 MB 1 0
30,803 30,803 0000000069696db14221b99c00fefe987fe54f162ae5209a40ff9ee90f337d7f 0.00 MB 1 0
30,802 30,802 00000000b5ff50193bea4e18418442416bffe3ff072d6883c78db57d48d415ae 0.00 MB 1 0
30,801 30,801 000000006bb350f988e26b03d307339c6e099de57f1809a739b88ed16ac03b17 0.00 MB 1 0
30,800 30,800 000000002d03de4eb6393604b51678fd28c52ad7282217b9d8d9b51a57f75b97 0.00 MB 1 0
30,799 30,799 0000000080d1be5b7849e5d700fb0861466fc4bf766176ed259de66b0bd150fb 0.00 MB 1 0
30,798 30,798 0000000058fab5601b3cf7807d13da134ae061f5c7a6adc8cb42e3f8aaa4345e 0.00 MB 1 0
30,797 30,797 000000002a9ba67aee43d4110b669c966d3bde087af1e9eef7589dae101a8637 0.00 MB 1 0
30,796 30,796 0000000027f1642e576eb6eb488aa7ef47016ce7d667a57ca03a282340bc1317 0.00 MB 1 0
30,795 30,795 00000000535802f1a22be59640f40a42c203e2f5af10cc40bfdf36cab8dc7c1d 0.00 MB 1 0
30,794 30,794 00000000b831ba8324df7ae5e4f3f6cf581646b8acaa41ae5d875d0ae0c681fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.27 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.10 GB sent, 125.05 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.