Loading Tool

Explorer IconExplorer

Memory Pool

25,784 transactions
27.12 vMB
0.06157942 BTC
Random Selection Loading Transactions
Max Size: 129.55/200 MB

Candidate Block

Mining Attempt 967751237e398219f0f38375f19465a330f72b64323cfcc68b8cdc24b35301cb
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root ac2ce946f69c1d010bc6d858b8b90c2949acb5d11138e8f911775b9023aa7f6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,622
Size: 1.00 vMB
Total Fees: 0.01051866 BTC
Feerates: 150.93 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (802,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,369 112,369 000000000000e6e187f179e1e571d633cbc1c8e64cc34475ef4f621f6d9a2299 6 0.00/1.00 vMB 0
112,368 112,368 000000000000241444486bc40f1f4e9e35f6e229a544f033f34bf135cdbe1721 9 0.00/1.00 vMB 910
112,367 112,367 00000000000095da1683e202d9554ac78dc0533d3fa45b496cd4ed75bead1dcd 11 0.00/1.00 vMB 1,264
112,366 112,366 000000000000905a7f03b35ecb2fbe3e5d7ef2a6085b76a541243f7aeb377a75 10 0.00/1.00 vMB 672
112,365 112,365 00000000000124e679d4830300ced5a839fd8462587960f9b68bd843eddf2839 8 0.00/1.00 vMB 0
112,364 112,364 00000000000105b26e6400c7f4a724545479e0bf6dc40d075ffa99774e857254 6 0.00/1.00 vMB 0
112,363 112,363 0000000000001383211fe886cb2eabdc8d4eedf54715aa81df6013330ba6f008 10 0.00/1.00 vMB 0
112,362 112,362 0000000000011f5b9cdf0f2795e163f356f57e7c44c9201961995e2b5c53e87c 12 0.00/1.00 vMB 1,262
112,361 112,361 000000000000a3e29340948d71d3dbe8522984fa15e7bfe0bea05e8b5f72fcc4 10 0.00/1.00 vMB 339
112,360 112,360 0000000000007bda98483c5f11afc1b7f01a2f096108f8b261b41b450c621210 10 0.00/1.00 vMB 706
112,359 112,359 00000000000125ed1c0195c09db5f1668afc57e3909b16f6583b4b59a5705859 13 0.00/1.00 vMB 921
112,358 112,358 00000000000018558dd5e9c77a7baef89e462589cd104b66489b4ed3e5339bd0 23 0.01/1.00 vMB 351
112,357 112,357 000000000000dd8ccd02b136a5c00f7dd8592d94837e088daca36232bd61fd85 12 0.00/1.00 vMB 859
112,356 112,356 00000000000021b00511c402f2e8ef8a303a57bd3cc85b03e8895482f68657d5 11 0.00/1.00 vMB 348
112,355 112,355 000000000000cfbf3ad7cd02e8eb47836faeafa452d37a94c413fca6177b67b1 9 0.00/1.00 vMB 0
112,354 112,354 0000000000002c6e34bc183ea3fcabc140da8c25c8d537f5b687760ac4d289e6 9 0.00/1.00 vMB 353
112,353 112,353 0000000000012ad8ff92a7eedc103dbed01c399c74adad9f6194c349e2213789 9 0.00/1.00 vMB 338
112,352 112,352 000000000001005dea6941e29f6f3fb5cdbc7f8650883933cd21086c4b1aa482 7 0.00/1.00 vMB 0
112,351 112,351 0000000000009d340f124a4a272023ceff32b00b73acb9f8646d4e9282e550a9 17 0.01/1.00 vMB 1,933
112,350 112,350 000000000001271588d95cf81c04b11bb6939359e973b418845834baa2b70031 10 0.00/1.00 vMB 1,272
112,349 112,349 00000000000098713b98fb917939a180acec57f5824afc70f4408dbd46cdc472 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.04 GB
    • Received: 10.79 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.