Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,447 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
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (880,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,819 30,819 000000003e415c35aae3b5eaaef0bd01fbc9514fb438bbb69e5b3196c9bf8329 0.00 MB 1 0
30,818 30,818 000000002d1766b5d07eb636bc37a35227c28d2853b2b4fc4aafd7818ad0f188 0.00 MB 1 0
30,817 30,817 00000000765b5aa2748be4cc39771ea45be364c5d09c532d89eadf4376cdc51a 0.00 MB 1 0
30,816 30,816 00000000fb8f650fee797223eb3ac44fa1a3c3d096853d00b55c4b29e0f1d503 0.00 MB 1 0
30,815 30,815 000000004581f9681d1cbcacd72f4015632fe4b098e03c8ac3aeae165e6b1289 0.00 MB 1 0
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
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.11 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.