Loading Tool

Explorer IconExplorer

Memory Pool

85,435 transactions
32.87 vMB
0.07743581 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt 40916f70c46e032d92aea73f17630129f3f41a5ebf5bfac39e6d5201cd76c54c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root e46f34d0bda494cc4cfbe0243bd6d95dbfd341bfd54147fab5dd6c4813ab4766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,444
Size: 1.00 vMB
Total Fees: 0.01246927 BTC
Feerates: 203.60 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (265,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,569 649,569 00000000000000000005e34d4f9bf154a52b9daebb6cab3b05508f2fa2e274f8 2,056 1.00/1.00 vMB 64
649,568 649,568 00000000000000000005ed77ee805dbd5435c4bb6686480039aadc7ded0a6a53 2,606 1.00/1.00 vMB 50
649,567 649,567 00000000000000000003f65084753781fb74986c11258a4e1bf25ca4705eb699 1,810 1.00/1.00 vMB 45
649,566 649,566 00000000000000000002a6f12e8192960cf7990d9fd485feb00e0f0d8e2a3f99 1,939 1.00/1.00 vMB 51
649,565 649,565 000000000000000000023cd6b5f17f7a1920cfd291428a92894a1746174a9336 2,264 1.00/1.00 vMB 57
649,564 649,564 0000000000000000000c7dd7037d4eaf17bb54abae16aebf9af1ef054b9a0f37 2,405 1.00/1.00 vMB 60
649,563 649,563 00000000000000000008a971e64a3fad5bc868eeedda699cf8a7db80c82d774d 2,288 1.00/1.00 vMB 65
649,562 649,562 00000000000000000002b13a85906d3e358d01b8a977d6019d9e37a348b8ad7c 1,462 1.00/1.00 vMB 60
649,561 649,561 0000000000000000000afc96385bfbba9db2b02d5ca3837f567e9817f62aad78 2,913 1.00/1.00 vMB 81
649,560 649,560 00000000000000000007936168493ebf06456b862a0f2c65f0600979a491728a 549 1.00/1.00 vMB 55
649,559 649,559 00000000000000000009b43590d2ba5a71f50c7866442eb5a32a9996a0005d87 2,722 1.00/1.00 vMB 57
649,558 649,558 00000000000000000008300a4ce3d3d86490e5914d559fbdaa907cbac02988e9 3,283 1.00/1.00 vMB 64
649,557 649,557 0000000000000000000b7bb5e3bb64607c8f12eee65269fe3bd3c79a1eded30a 2,536 1.00/1.00 vMB 71
649,556 649,556 0000000000000000000580a8b5d2cfe1539404d9fa59ec21114d8adeb4ae74ce 1,674 1.00/1.00 vMB 76
649,555 649,555 00000000000000000002553f43d60e550914142298cf1ff9cdceedc8712fc173 2,713 1.00/1.00 vMB 78
649,554 649,554 000000000000000000027f8b461107acd3c0dbf80af25242cb83932a2ec37faa 1,636 1.00/1.00 vMB 71
649,553 649,553 000000000000000000068b396c40f3336f3cc4ef04579c7912b57f496bbcdd6d 2,073 1.00/1.00 vMB 76
649,552 649,552 0000000000000000000e01e7d7065a62b6fac516f2784c53e3f05ec102e326f4 2,595 1.00/1.00 vMB 62
649,551 649,551 00000000000000000000e4645a42241767114aafc369bbfa003a42460938b186 2,351 1.00/1.00 vMB 74
649,550 649,550 0000000000000000000df35e1a5a570ca303c7c9cbfc60076ce646a7baa23dd4 2,218 1.00/1.00 vMB 78
649,549 649,549 00000000000000000004188697468ab0b01d16598589bf958d1cd5b58548b9eb 2,023 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.