Loading Tool

Explorer IconExplorer

Memory Pool

83,522 transactions
31.16 vMB
0.08960919 BTC
Random Selection Loading Transactions
Max Size: 190.51/200 MB

Candidate Block

Mining Attempt a1eb0fc16b57f35306eecc595e81f28a8aea4424e5925f4f5e867ead12aaf96f
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 99e1c914a6ab7b27aa81bdcca2c11b3555bc637bb2d5e962efb4e31abfa06f36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.01918994 BTC
Feerates: 299.43 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (434,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,381 480,381 000000000000000000dddc37cb4729fce3342a2b3dfd29f8f630c735855f3be6 2,557 1.00/1.00 vMB 43
480,380 480,380 0000000000000000010d0888e97e0bf5bb670b225728eb1d032991107c2e04bc 2,216 1.00/1.00 vMB 163
480,379 480,379 000000000000000000dce151e1d32b994c46accc815a20b6342893117bd605e9 2,518 1.00/1.00 vMB 196
480,378 480,378 000000000000000000279f5bd84123508d35cb17eb4d23874a13c21d7fa50b66 2,578 1.00/1.00 vMB 178
480,377 480,377 0000000000000000004ee17726718ba2f99dd9bbedd73eafb8b880a33abd444e 2,224 1.00/1.00 vMB 157
480,376 480,376 000000000000000000320e2d05a5385ba0c9fade7e1398e6a702f043be60bf41 1,808 0.75/1.00 vMB 186
480,375 480,375 00000000000000000034843bfb46450df84df8bab8ca0283bea9790101704a2e 1,562 1.00/1.00 vMB 73
480,374 480,374 00000000000000000118f26226f60ab234c463de6dab48a3fea57266f9bda3c9 1,773 1.00/1.00 vMB 178
480,373 480,373 000000000000000000c25b08a3aae566eb4995920185cb501fbed13334516a43 2,056 1.00/1.00 vMB 193
480,372 480,372 0000000000000000010b9819789982dcde5dbc36345f57569c3ccfb6980b710a 1,633 1.00/1.00 vMB 88
480,371 480,371 0000000000000000012d97c3b199c7e8503090a13e505fd15f0928e5a5662e2c 2,037 1.00/1.00 vMB 102
480,370 480,370 00000000000000000079d30cd752a3da5192e1ea51d8d7ee38e58cee233f5263 2,352 1.00/1.00 vMB 151
480,369 480,369 0000000000000000011c1e7f33fe0f031ef5a68531ac865668ffabf5bf8cc058 2,072 1.00/1.00 vMB 119
480,368 480,368 000000000000000000e2467790cbc67229663c53a0d3b112f266d5877dbcef61 1,990 1.00/1.00 vMB 123
480,367 480,367 000000000000000000e6c43bc7351c8dff52d532f82e18c477077a3a524c39ad 1,744 1.00/1.00 vMB 109
480,366 480,366 000000000000000000ea6e05ec8d0e03c9dfe63b26d1fdf1902aa497f2758025 2,344 1.00/1.00 vMB 202
480,365 480,365 0000000000000000012aac84c23013a81bc4925779794b55eeef1cd2a5b888ef 1,752 1.00/1.00 vMB 179
480,364 480,364 000000000000000000b8fe9052ef22d7fdbe8a787a026fe3fff9dbbf7af67c34 2,031 1.00/1.00 vMB 133
480,363 480,363 0000000000000000004f663b7994e8024163f6462be5f28c319b652ddfbeb864 391 1.00/1.00 vMB 28
480,362 480,362 000000000000000000c1b38c37941ff40af227b9280feabcf500c277a20f66e7 897 1.00/1.00 vMB 65
480,361 480,361 00000000000000000021ebe585514f582f986218d9de0e58c7f064b7f083c2ce 698 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.