Loading Tool

Explorer IconExplorer

Memory Pool

77,282 transactions
28.86 vMB
0.09871706 BTC
Random Selection Loading Transactions
Max Size: 175.14/200 MB

Candidate Block

Mining Attempt 00e251fa41541bc90acd0b6b1785f2f9507736ed69a27d994d9aba740ebbb3a7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 3eb7c0d1ec6e0cd6ec3b49393b1663c7b739fc9d809527da0c6af9bfe6ae45d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03044756 BTC
Feerates: 180.82 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (92,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,576 822,576 00000000000000000000f4aca2a8fb6eb3727395cb570697a1cea274c95a1517 3,746 1.00/1.00 vMB 149
822,575 822,575 00000000000000000003db573bcfbceec3b440e705519141e1c865421de1062b 3,578 1.00/1.00 vMB 207
822,574 822,574 0000000000000000000050b1e520a1ed8f645786fa36a9e414ef1dfe4a00fd05 4,529 1.00/1.00 vMB 103
822,573 822,573 000000000000000000037f7a92527ccec5cc86670b7e1b7c407b935d1fc27ebf 3,712 1.00/1.00 vMB 79
822,572 822,572 000000000000000000024c73ea35ae190998d3851573660a89a5242fdabb1a94 4,246 1.00/1.00 vMB 93
822,571 822,571 00000000000000000003e11a1f057f718e7231797a9370dcde96b97a997f7f16 3,963 1.00/1.00 vMB 138
822,570 822,570 0000000000000000000075b86aad19d057c7ddfdb2b7d5a554bb3b530d86303e 3,657 1.00/1.00 vMB 82
822,569 822,569 000000000000000000018a90ffef405f7e747fd07941e19568e83c044920bf4a 3,355 1.00/1.00 vMB 131
822,568 822,568 000000000000000000023f50d92da5d8089b829deecfbfc4520ce4ceeb2e6169 5,104 1.00/1.00 vMB 99
822,567 822,567 00000000000000000000bbf672c81347bdc6474f8959ab7bd0b1c61d3a2090e4 4,208 1.00/1.00 vMB 117
822,566 822,566 000000000000000000011f1c61cc1b5afd04eddb1ddc2a59d25c1900a4099e04 4,708 1.00/1.00 vMB 96
822,565 822,565 00000000000000000003082b332971ce7638fafb6f76409a429af18d0fed894b 4,141 1.00/1.00 vMB 92
822,564 822,564 000000000000000000030e8e33c242f780477fd7612b0afcecb0b6bda0ba1245 4,225 1.00/1.00 vMB 123
822,563 822,563 0000000000000000000399c280891d5f080e8e7449601f345a610718fe073bc6 4,178 1.00/1.00 vMB 156
822,562 822,562 0000000000000000000161ad5a36b26d2190f9f817341f0f8c841321d603cd65 4,453 1.00/1.00 vMB 109
822,561 822,561 000000000000000000026ffd8a45f6e3ec5366e8f355f11cadad5dff35eaadb1 3,294 1.00/1.00 vMB 92
822,560 822,560 000000000000000000038437d7c97da7235579be945e087cf9de7ad7e149f68f 4,221 1.00/1.00 vMB 133
822,559 822,559 00000000000000000002e14257843060d27f3d6d78964d248b28be5a351542f2 4,178 1.00/1.00 vMB 164
822,558 822,558 00000000000000000000c6b9f54d5ab0e089bd117b9cf00b4b928d4a00886f92 4,803 1.00/1.00 vMB 119
822,557 822,557 000000000000000000005f08c6c621bb404575c4be09af65248202e6229c97ec 4,905 1.00/1.00 vMB 141
822,556 822,556 000000000000000000010662236e5963ec1fe89a6da1cfdb39f78bc0be739694 4,691 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.