Loading Tool

Explorer IconExplorer

Memory Pool

78,290 transactions
29.32 vMB
0.07915931 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 9b3d52796a23fc95b8c61c9ea4816ccf242e442e45ee445adf20197674e27309
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 017d081a12120cecf37d767d51822e275b222de1041a3e8caf28f199634750cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01490517 BTC
Feerates: 301.25 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (298,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,373 616,373 0000000000000000000ebae56ffc1ebe378dc52f05b79687dcf58f985cdfc1a5 2,655 1.00/1.00 vMB 45
616,372 616,372 00000000000000000001eedcdca348b85c3226681029c966ec4ccc8105baf7b9 2,757 1.00/1.00 vMB 8
616,371 616,371 00000000000000000001f19ee472096f52f73b4abdda1b97fc1e2ebfa38b67a8 2,555 1.00/1.00 vMB 11
616,370 616,370 00000000000000000000a532309c60766bdf0a78c57ee1a40d1b4c8fb628966d 2,482 1.00/1.00 vMB 14
616,369 616,369 00000000000000000001c04579329e42fafb9170d91fd3594a20caa06b9e6376 2,732 1.00/1.00 vMB 29
616,368 616,368 00000000000000000011db5a0a6c504c1db0da599a04f35bef7d0a9d39a0e849 3,181 1.00/1.00 vMB 42
616,367 616,367 0000000000000000000193af6b104b7fce59fbb8dcbaf583c9b603bfaa1ab4d4 2,915 1.00/1.00 vMB 22
616,366 616,366 00000000000000000009812c8d4c8a47b7daa5af1ea3ead9712c4646621cdae1 2,982 1.00/1.00 vMB 31
616,365 616,365 00000000000000000003ade66a3873c2752057f90621f61d674af94cd55b8432 3,426 1.00/1.00 vMB 39
616,364 616,364 000000000000000000002302e0dbfb7eaabd50c8a42349631612885dcbee59fe 2,264 1.00/1.00 vMB 26
616,363 616,363 000000000000000000052610855eb0e447d7cb4804edba8b1ca07492f1cf5fa4 1,899 1.00/1.00 vMB 30
616,362 616,362 0000000000000000000b3c58abd75d7a59526cd86b07f8336557c9873bad3d23 663 1.00/1.00 vMB 6
616,361 616,361 0000000000000000000919d996ada30f52ac4d0c3909e4898f17b4eafeeefc66 2,573 1.00/1.00 vMB 4
616,360 616,360 000000000000000000041e119bad525d4e1e68ab9689f69e60d6b6f12015efac 1,852 1.00/1.00 vMB 29
616,359 616,359 0000000000000000000a115f4ee3de9f69120f5cb836647d1f0201de5c68554d 2,257 1.00/1.00 vMB 28
616,358 616,358 0000000000000000000450796dcc8c19e077b8b5c90a90c23008aa88bfdd9dc3 1,909 1.00/1.00 vMB 13
616,357 616,357 00000000000000000003e32b31d4aea83cc4d4dfc4f21b84f866e8882eba5499 1,168 1.00/1.00 vMB 10
616,356 616,356 0000000000000000000a45773aba4660f019b8f42d6cdb97af1278dc348c7771 188 1.00/1.00 vMB 1
616,355 616,355 0000000000000000000623a59f16b476f0b85b7f97c3b478441659b8bafaf351 292 1.00/1.00 vMB 2
616,354 616,354 0000000000000000000d6d0c60281a6965ffef009a19756fcca36a644688cc02 639 1.00/1.00 vMB 4
616,353 616,353 0000000000000000000718b76b2ebb20a13028c10a9920ee740ab51ec768ca2e 2,682 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.02 GB
    • Received: 17.01 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.