Loading Tool

Explorer IconExplorer

Memory Pool

85,627 transactions
31.93 vMB
0.20892292 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt 9c2e247426a3ad5836fbeefed67ab2bc498af7d9f6814cc0a51c468e2f5a960d
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root f64bf9d66ca0883d3b25eee23f0b09fcbace905fe6f828e65dfa9e3dcb1bb389
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.09450960 BTC
Feerates: 529.10 > 9.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (282,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,480 632,480 000000000000000000064761245d03a2db6c12a427c0f0ce2d4fba2421e62ae5 985 0.51/1.00 vMB 66
632,479 632,479 0000000000000000000e9e683dc684be1ece8d2dc743c66e271567a4bdf68c0b 2,507 1.00/1.00 vMB 24
632,478 632,478 0000000000000000000b62fa170d723e438becf06ed20cc81630b3239a12dba7 2,003 1.00/1.00 vMB 67
632,477 632,477 0000000000000000000a2d74a21fe94133027c130e8b5c7a2c6be4713758e450 586 1.00/1.00 vMB 41
632,476 632,476 00000000000000000000ea3f2ea157fcdc25f763be5ad8e3759cc0a074b3c094 1,223 1.00/1.00 vMB 63
632,475 632,475 0000000000000000000ea7c20261383ae08b843d68c6e9a1dab61433994a2b4e 1,120 1.00/1.00 vMB 90
632,474 632,474 0000000000000000000f844919aa691dda321483d4709f2604548271560e7afd 2,119 0.72/1.00 vMB 12
632,473 632,473 0000000000000000000a5816904a05e5284fd9a29e7917bf5e2752c886781631 2,401 1.00/1.00 vMB 84
632,472 632,472 00000000000000000002d17fbc2a3b7d2d514911ab17d5d5955841983d548aaa 1,706 0.68/1.00 vMB 37
632,471 632,471 0000000000000000000a677b4ff01654ddd1b9a0fda5c818cf6ace2d6f3f4f0b 739 0.34/1.00 vMB 38
632,470 632,470 00000000000000000004ad49d45b7ca013ca2b2bef9955b9db5c62e6cb3b10e4 1,378 0.64/1.00 vMB 45
632,469 632,469 0000000000000000000965ffd1f171b96c6fbae083a28ae44aecfd17165ec970 960 0.43/1.00 vMB 22
632,468 632,468 00000000000000000009c510c5d6111e265410aaeec179fe69062dc8d4d73474 1,751 1.00/1.00 vMB 35
632,467 632,467 0000000000000000000d2936b039fcbc64dc43bb2a160090aef5ba5f9c20dae1 2,553 1.00/1.00 vMB 13
632,466 632,466 00000000000000000002fc9069d43b4f20d1041e9bf1de67922794ada8e0b67b 2,312 1.00/1.00 vMB 63
632,465 632,465 0000000000000000000dfd3b995c54e5d27584faf1819ba590a5e3d181886e5d 2,392 1.00/1.00 vMB 105
632,464 632,464 00000000000000000002db402f136c36d8762e9a946f25b249fb98e43e2490ba 1,992 0.74/1.00 vMB 4
632,463 632,463 00000000000000000011f9811bd58417a65fb808a167aeef257774cb9f7eac9f 2,137 1.00/1.00 vMB 81
632,462 632,462 0000000000000000000a1522a3cbfa223043d3cc4be8b063db69ea68ce76aec7 2,484 0.90/1.00 vMB 47
632,461 632,461 000000000000000000056b5b97701c33b9b9908a433d272edb15301cf9941541 689 0.36/1.00 vMB 16
632,460 632,460 0000000000000000000ffae498a8f225978150d1ed39f3c0dcc32b7280e3a294 2,431 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.70 GB
    • Received: 16.31 GB
  • Uptime:

Notes

  • 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.