Loading Tool

Explorer IconExplorer

Memory Pool

72,381 transactions
28.01 vMB
0.06142478 BTC
Random Selection Loading Transactions
Max Size: 166.14/200 MB

Candidate Block

Mining Attempt 5ef5f77d83e633d48e4e2b3370e71325c2c54e6f7e76cef7d43413a7207a7f52
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5a08615bdf706f7ed2067fbca2ab4a8c9fc0ee76a071bbcd8cb968438501c11b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,745
Size: 1.00 vMB
Total Fees: 0.00542417 BTC
Feerates: 40.21 > 0.54 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (469,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,439 445,439 000000000000000002523c5d5a2567fa222720db0340a9594765cc5aa558e809 2,709 1.00/1.00 vMB 105
445,438 445,438 0000000000000000020d629070b3466de52188ae2ab78c36ec993499b526cd2c 850 0.35/1.00 vMB 86
445,437 445,437 000000000000000000816d0dae5c818d575f3d7030e5f9027d2b521a48ac3091 932 0.57/1.00 vMB 69
445,436 445,436 000000000000000000c84c9a2c4e05bef7a8b7ab394de31ea516685ac7d9ec95 1,661 0.84/1.00 vMB 56
445,435 445,435 0000000000000000010037c270bd72c3671a02474f4feaae757aeeba1cdd2cc6 2,725 1.00/1.00 vMB 111
445,434 445,434 000000000000000003810a2aa11f357afcdd0928ba17b4f9b71914cc3bcb5c5d 327 0.17/1.00 vMB 65
445,433 445,433 000000000000000000f9e5c4a19a6fa3b40549f5b8c9c88bf14bb840c9bb7a7e 965 0.48/1.00 vMB 76
445,432 445,432 000000000000000002dc971edc6f83c3d935c175d1325d914f7ad862da9fa007 1,100 0.85/1.00 vMB 58
445,431 445,431 0000000000000000011b749eec1630c6da9dafdc23b367201ad4f42f16879efd 1,677 1.00/1.00 vMB 47
445,430 445,430 00000000000000000271c1ae169bfc192a71f9c394e965647e01fbabae0a038d 1,618 1.00/1.00 vMB 61
445,429 445,429 0000000000000000033c9c73b1c8dd5125869afd24ffd96ee8df042dcdf079d4 2,234 1.00/1.00 vMB 76
445,428 445,428 0000000000000000000b5de5d8d052ba13d922ea184726d703d8db6049ce0317 2,397 1.00/1.00 vMB 65
445,427 445,427 000000000000000002afb4dc98146affa26dfb4634a2a9a67a82a199b66fd3c3 2,188 1.00/1.00 vMB 84
445,426 445,426 00000000000000000301de7100dc1b6dae5347effd92f25adee0ba08417aae31 2,581 1.00/1.00 vMB 96
445,425 445,425 000000000000000001b11755231d95e655560419ea5bd7678e1e36174e5dcad1 3,136 1.00/1.00 vMB 114
445,424 445,424 00000000000000000083b9b138179c8b8e6192e7e0dffc00ab75420eb54cb869 2,890 1.00/1.00 vMB 110
445,423 445,423 000000000000000001cf9caac523776be77c291eaf7c7cba9d31ee58f80341c3 30 0.01/1.00 vMB 86
445,422 445,422 00000000000000000310c509bfa12d041877977f434d5bb5488bdbffb71b5034 896 0.60/1.00 vMB 51
445,421 445,421 0000000000000000029757d3569e854f7da796581be95c008b0187c1b0dba451 286 0.11/1.00 vMB 80
445,420 445,420 0000000000000000006379213e2ff6eb30aca806c988e9e43a118c0fc1ff391e 1,277 1.00/1.00 vMB 34
445,419 445,419 000000000000000000d5e3d346d40307a176e2aca882229354424491b6229064 2,561 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.