Loading Tool

Explorer IconExplorer

Memory Pool

75,228 transactions
27.09 vMB
0.06101103 BTC
Random Selection Loading Transactions
Max Size: 166.22/200 MB

Candidate Block

Mining Attempt dfceb59d2c3f97f8e52dce428a221acce43364dcfc45e20f5534475d4f1ac364
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 883bc5f92d4ceee03c79d029f4a664ee8132848163e0af64f626e7b36ec40fc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.00364222 BTC
Feerates: 30.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (472,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,434 442,434 0000000000000000030b69784328ebb80ce462525205700a8aeea36df5a840b1 425 1.00/1.00 vMB 14
442,433 442,433 0000000000000000032a8d871ad30a78b9960b45cce6aab5a8e8603168ceb6db 2,228 1.00/1.00 vMB 64
442,432 442,432 000000000000000003bc2c9e4e93be8a57b2e2da2ffa16613691529316fcb994 1,263 0.96/1.00 vMB 48
442,431 442,431 000000000000000003769f22ecb07b8e26bd9530bb11a37cc115d7f7940035f3 2,082 1.00/1.00 vMB 67
442,430 442,430 000000000000000002e34dee8a75cc2cfedc10a40004d71f1fddd47e01745272 2,243 1.00/1.00 vMB 59
442,429 442,429 000000000000000003184f93976fb70c65eb0b5502a4c0aafed1c222ce02a9a7 2,221 1.00/1.00 vMB 75
442,428 442,428 00000000000000000132832c3027b7c96dd21137b5e290730f71bdaf8407dbc9 1 0.00/1.00 vMB 0
442,427 442,427 000000000000000000d23931ae1fb154635df9fedaf6fb4edaf31eaa6929d5d2 2,361 1.00/1.00 vMB 78
442,426 442,426 0000000000000000003df5d6b50dc1731a85bd34ecd0ff601ce0a379ae813b7d 2,654 1.00/1.00 vMB 99
442,425 442,425 0000000000000000013bb15b8f7b8c58b87e7a89e88abea9378b1d6fe708fcd7 1,999 1.00/1.00 vMB 58
442,424 442,424 0000000000000000004a8b7ad77058d1e17a843f69f305a647db7dbd198c31da 2,601 1.00/1.00 vMB 105
442,423 442,423 000000000000000002335239496f9461a83554e4e2766d358083d2baa64f31e6 2,638 1.00/1.00 vMB 80
442,422 442,422 00000000000000000241a95763dab92c04553714c11a84ffd21c6bf8992e9380 2,277 1.00/1.00 vMB 74
442,421 442,421 000000000000000003b2f82b80e5ad6da69faf4891fbbbb051d161121a8810e2 2,670 1.00/1.00 vMB 100
442,420 442,420 0000000000000000014d895dcc4fe711bfa84413ab699bf669669d8485b091ce 1,766 1.00/1.00 vMB 68
442,419 442,419 0000000000000000034e94fa638404a75812f783a1d85befe543b6a5711b6d4c 867 1.00/1.00 vMB 36
442,418 442,418 0000000000000000031054833b4d45cb1661525d861939abf20674982803e8f9 1,820 1.00/1.00 vMB 76
442,417 442,417 000000000000000002eb6d07849d38eb9983a9580a86e11e0e4838bc3c2ebe1c 2,115 1.00/1.00 vMB 63
442,416 442,416 00000000000000000282e8eba0c9606cc03e91a00acb42aa831f93657824579c 2,858 1.00/1.00 vMB 105
442,415 442,415 000000000000000000d5d30b8de20f43ee491537dce5e6e4484937d926a30830 22 0.01/1.00 vMB 74
442,414 442,414 0000000000000000009c95b4c62ca5930f5f5d36c3abb4ac572001e533da0df1 101 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.