Loading Tool

Explorer IconExplorer

Memory Pool

97,499 transactions
25.52 vMB
0.07044419 BTC
Random Selection Loading Transactions
Max Size: 172.27/200 MB

Candidate Block

Mining Attempt 2c39fff1d090409c9224d7e9e29cfdc8af712e6e7b704ff51485b1b2b727947f
Version 20000000
Previous Block 00000000000000000001b20e635070d76af65a517c679d34c08c08762bbc68ee
Merkle Root ad3503bf14d6f146733a8d0aa1e067cc0695ed50428b54e7c08e52192d319879
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.00949907 BTC
Feerates: 82.92 > 0.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,089 (868,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
47,415 47,415 00000000263c030014c6cf8cb5d7eb6c6a61047ca94eeb681c7a01ec0545a7f3 1 0.00/1.00 vMB 0
47,414 47,414 000000000f580e4990c2b730bfb56259b429e6da5f1fc2af9bc640774fcfa41e 1 0.00/1.00 vMB 0
47,413 47,413 000000000d1d453c4aaf99a5b676486140c4a8e575a9ece45c7b631981ad85d4 1 0.00/1.00 vMB 0
47,412 47,412 000000001bb3e0dc83cf0c29f64d505ce33005332553d1103bae673c868b9dcf 1 0.00/1.00 vMB 0
47,411 47,411 00000000136827641aabd215940a4849d928089a6d0fb43c155c5f0feb1aecca 1 0.00/1.00 vMB 0
47,410 47,410 00000000164604cda40718813efd5991ed1fecd5c0a792fdd33f6335e80726ff 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.