Loading Tool

Explorer IconExplorer

Memory Pool

83,439 transactions
31.21 vMB
0.09534531 BTC
Random Selection Loading Transactions
Max Size: 191.52/200 MB

Candidate Block

Mining Attempt a8ffbe1280c3963ea448c077f883b2a204a29b953a2c432f2cd67e5ac67f53e0
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 24394b7a3f3434340c86c82887191bf1385df22afe6ec801ebca837c6d0fbf19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.02496234 BTC
Feerates: 301.57 > 2.50 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (90,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,435 824,435 00000000000000000003170552d640231d13478bf4eb1f043490390cefcf8a66 1,662 1.00/1.00 vMB 62
824,434 824,434 000000000000000000007bdcd9a686d99b49237035656fc68aa29504936f3f73 2,026 1.00/1.00 vMB 64
824,433 824,433 00000000000000000000d423d0ce7091a31ce0ca92e6935b1e2cd21f9166130f 2,899 1.00/1.00 vMB 71
824,432 824,432 00000000000000000003a39f64634bd313a77d135a981e385716847386630e5a 3,067 1.00/1.00 vMB 104
824,431 824,431 0000000000000000000353ee2389e35c6f746d65ee557bc8c0a1e996c86b87b1 2,828 1.00/1.00 vMB 66
824,430 824,430 00000000000000000001a9f3b77416e01cea22c0800a11756aec799d5683359a 2,962 1.00/1.00 vMB 96
824,429 824,429 00000000000000000001fcf60a796a1f9e1853a51aa5754de1b4116c81ae48f2 2,606 1.00/1.00 vMB 63
824,428 824,428 00000000000000000000525bfa04d2ce31e260795d4c6c2e08c5f02a0c15e0dc 2,368 1.00/1.00 vMB 73
824,427 824,427 00000000000000000001a65d382e3a2726f2d90ce3ee1705dc3ff65e03baa06d 3,734 1.00/1.00 vMB 56
824,426 824,426 000000000000000000006b343f9d8ca4fe2a1697b122938739c75c5bbb28787f 2,811 1.00/1.00 vMB 74
824,425 824,425 000000000000000000010ebeb68b95ec8742cc11c50961202b30b2d12e4bf9a9 2,226 1.00/1.00 vMB 68
824,424 824,424 00000000000000000003a8128ab5f9244fcf8401eb847f200c9c9099935377ae 2,471 1.00/1.00 vMB 79
824,423 824,423 0000000000000000000102430059ac2816309a0c1384c3d6775095d2e543af7a 2,645 1.00/1.00 vMB 86
824,422 824,422 00000000000000000002ae0048beaa1175b562c0e48b7162f89ddf8332889531 1,987 1.00/1.00 vMB 86
824,421 824,421 00000000000000000001e3236b08be00cc932c7cea7e31b418f1ef8bd9f9e13c 2,726 1.00/1.00 vMB 62
824,420 824,420 00000000000000000002e9e9173d84bea59243987f6d6922037585670e41a407 2,673 1.00/1.00 vMB 73
824,419 824,419 00000000000000000001b26d226a7993950d14bec4acce2d85eeb9974a63d9bf 2,841 1.00/1.00 vMB 73
824,418 824,418 00000000000000000001a6161e63243294c6764d8d7c3e7058605a7d4b483eb4 3,154 1.00/1.00 vMB 81
824,417 824,417 000000000000000000006ac62156370176631ce26107775e0c22a1d932e7445a 2,995 1.00/1.00 vMB 104
824,416 824,416 000000000000000000007173b43c57c84d4026ca7bd14e88ef7ade9f0560f339 2,072 1.00/1.00 vMB 120
824,415 824,415 000000000000000000015e3fd39aab07772ec7d135ffd7af75343c6d6883db1a 2,517 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.78 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: 709.56 GB
    • Received: 16.92 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.