Loading Tool

Explorer IconExplorer

Memory Pool

77,317 transactions
28.49 vMB
0.09018138 BTC
Random Selection Loading Transactions
Max Size: 173.40/200 MB

Candidate Block

Mining Attempt 6ceb1d422ebb9f0c9f4338be421c6aef036a7ef154d2cb24b0e04259ff34f76c
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 3cac190e16415d0b6fa31af44bd0fd909512e212e0c9f989a374f0ddb34f7974
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.02551783 BTC
Feerates: 477.45 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (449,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,453 465,453 00000000000000000053817f40e1f134fa9b0fdb149bbc6d145982724804013d 2,398 1.00/1.00 vMB 134
465,452 465,452 00000000000000000054ac4913c1a896a287992d2e3702d03bec7ea97b5dfa1a 2,266 1.00/1.00 vMB 194
465,451 465,451 000000000000000000d2e75a85c8b0ac5195e04ab63841cc22657edea5758971 213 0.06/1.00 vMB 311
465,450 465,450 0000000000000000019c005764d24769f5beab35bfb13b329177d52a815ce4a4 2,180 1.00/1.00 vMB 146
465,449 465,449 000000000000000000fcd53ac0844362d703be3bb547caa5904862d3fa1deccc 2,410 1.00/1.00 vMB 186
465,448 465,448 0000000000000000004a237310183bbc73ef8aac6cd51ce74c925e854e27f651 1,912 1.00/1.00 vMB 251
465,447 465,447 000000000000000001cd5a582bc65db4466d0307f9196df622243190b692fef1 2,190 1.00/1.00 vMB 180
465,446 465,446 0000000000000000017429d92643c2e974934d6aab8b25f941aaaa39411fdb2d 2,254 1.00/1.00 vMB 201
465,445 465,445 000000000000000000c3f791cef0f2d1711e084a613300fe03620404ded7a515 1,193 1.00/1.00 vMB 76
465,444 465,444 000000000000000001ce25e24f4d3e0eaf52d4097a9b09e6c56686f2a4e34c82 1,248 1.00/1.00 vMB 110
465,443 465,443 000000000000000000bf8ed0b399116955b6cedd2dccdf91a8a14a618eb7a231 2,460 1.00/1.00 vMB 132
465,442 465,442 000000000000000000b9307d60c2d719c867a0e795a0a1c54afc0b4d16be8103 2,118 1.00/1.00 vMB 199
465,441 465,441 00000000000000000219268bfe55af84e7a89556b27dc7cf2b2a720a685ab2f4 1,837 1.00/1.00 vMB 149
465,440 465,440 0000000000000000008f6c0ac169ec8f79ff977789d5b39d8784e2c73ca51459 2,223 1.00/1.00 vMB 172
465,439 465,439 0000000000000000003a2b1b2acaf597302d7296b7e3e188a1264ef448aa84a0 2,414 1.00/1.00 vMB 209
465,438 465,438 00000000000000000078b2012f5a099d63115eeb920b93edaa7900ca6fdc3eb5 1,746 1.00/1.00 vMB 268
465,437 465,437 0000000000000000016d96edc7c6bed955723aba406f31f5961b90755abec42c 1,168 1.00/1.00 vMB 96
465,436 465,436 0000000000000000000ea20063dfebf6d772a4950e4f64ee66e126332ba6c8e4 1,493 1.00/1.00 vMB 132
465,435 465,435 000000000000000001ccbbcb078666a4b6a0c6731773d0f6f4f0b3411cc374cd 531 1.00/1.00 vMB 69
465,434 465,434 000000000000000000f4f9b87f2f8ca99c75666700e544f79cba99acee0a51d1 2,292 1.00/1.00 vMB 96
465,433 465,433 00000000000000000144f491619d0a824472ca24631a3b2eb532499c3a9e3ea8 1,847 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.