Loading Tool

Explorer IconExplorer

Memory Pool

97,496 transactions
25.52 vMB
0.07041033 BTC
Random Selection Loading Transactions
Max Size: 172.26/200 MB

Candidate Block

Mining Attempt b57bdb5be1f9dea8848d4748692faf4e27e7f002a67bd4882baa75ef1519dce3
Version 20000000
Previous Block 00000000000000000001b20e635070d76af65a517c679d34c08c08762bbc68ee
Merkle Root 60f930318940a917fde8c01a7871abe0a9e32b4c730cc710d524bf1744101c74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,629
Size: 1.00 vMB
Total Fees: 0.00921867 BTC
Feerates: 82.92 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,089 (868,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,436 47,436 000000002687d079b9038c62269299158409a9d94c61b94e2bafa8f976b4b2e3 1 0.00/1.00 vMB 0
47,435 47,435 000000002b07a59ab1222fdb86fb18811e60c77ed224497dd843daaef7ffbbd3 1 0.00/1.00 vMB 0
47,434 47,434 000000001beb3e290c92934ac5a0f20ff7a1caee4760a53f107c7c6d584a1e28 1 0.00/1.00 vMB 0
47,433 47,433 000000002a62b326e5507082dbb678cb4614b2a34e748d7bbc543ac7c04393c9 1 0.00/1.00 vMB 0
47,432 47,432 0000000019e987d0393213e30207fde3b6aff1b6d7e31f05b0fd4c060096bb6b 1 0.00/1.00 vMB 0
47,431 47,431 00000000188c400b30edd06d60fb6db22dfd32270ac8a1f10c8f636e65810e36 1 0.00/1.00 vMB 0
47,430 47,430 00000000314d7373c563879735dc120b32a903fde3de1b73fb9ae8c17e1c657c 1 0.00/1.00 vMB 0
47,429 47,429 0000000026d0e20fab3d748804691810ccecf73dcebe6927ccbb70201afa5ba3 1 0.00/1.00 vMB 0
47,428 47,428 000000000a49666df9632e6f46d3403543056e69a4513d44c7e3174c0df7899c 1 0.00/1.00 vMB 0
47,427 47,427 000000001fffc608e87395d9ef26f26b24946af8d13ceae0675e265c57aa7b55 1 0.00/1.00 vMB 0
47,426 47,426 0000000034d9146c76592590bb9bdc4c1dedd5565a8edb8f97c9454d2fb1effa 1 0.00/1.00 vMB 0
47,425 47,425 0000000001315cefeb7fe556d068ebd96367f81eadba0ce70a55501e662c1eb3 1 0.00/1.00 vMB 0
47,424 47,424 000000001d06f62cd1d90d80fa57dda499e56f7516ad4e2e147cc686f035a1e2 1 0.00/1.00 vMB 0
47,423 47,423 0000000010f96d5cc4d20909aa86c8450c545faeab6284358b8e14db748bf547 1 0.00/1.00 vMB 0
47,422 47,422 00000000006b18a9ebfa87bf101c764e192f52465051b8f376595c2d9b6deac8 1 0.00/1.00 vMB 0
47,421 47,421 000000003591218155d959adbbad7a7d1fb3d149c87c8a6eb06a4e1f1652d287 1 0.00/1.00 vMB 0
47,420 47,420 000000000ad68817f99bf270a95f95fd818df780da81560f71e2c42aafc93764 1 0.00/1.00 vMB 0
47,419 47,419 00000000014e8eeb374c71ff8f88fa486e6a7088dafc38705c7bc58255da6f17 3 0.00/1.00 vMB 0
47,418 47,418 000000000fb62eaf5442dfbe6a90b3ea11f3b576ef4d1d0c1ca686d4eec59084 1 0.00/1.00 vMB 0
47,417 47,417 000000000d7981d5b180690b96bc12ca6b979b651dce1b76c6ace066beac8d64 1 0.00/1.00 vMB 0
47,416 47,416 0000000011a3d16d065f8ce64e67f678672d58ee740911d56c6652c07878a64d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.27 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: 815.00 GB
    • Received: 24.09 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.