Loading Tool

Explorer IconExplorer

Memory Pool

85,251 transactions
31.95 vMB
0.17265737 BTC
Random Selection Loading Transactions
Max Size: 190.17/200 MB

Candidate Block

Mining Attempt b132ebea776b917ca9cade3a51d2265079f4b1f3fc7ca172f1b31e02ffd94607
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root c35d372025aabdfda46f03e6a25ae7c21cc9067d048d0dfc7623db71606418ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.05449163 BTC
Feerates: 402.75 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (498,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,420 416,420 000000000000000001abc0e513277d016aa2e4dc05b71cf00ec1be0da881f6a7 1,233 0.91/1.00 vMB 99
416,419 416,419 00000000000000000507b69656995b02ef76a30697653ba2114534fbcb809e71 1,653 1.00/1.00 vMB 103
416,418 416,418 000000000000000003154bdec363cccb13d6f75f12d3711bed9161e0b79b0493 2,175 1.00/1.00 vMB 71
416,417 416,417 0000000000000000010ee80d851c0292e55b5682913cdb3170262dee2441d43b 2,361 1.00/1.00 vMB 72
416,416 416,416 00000000000000000020b5e0ce226c64a501032a8a05afd10d6decb7170a0997 2,003 1.00/1.00 vMB 78
416,415 416,415 000000000000000004ed711bcf3cb5df5c8ca8c1cfed2e71f7d625cac20c3ef9 2,175 1.00/1.00 vMB 72
416,414 416,414 000000000000000002d2e92ad99494b5102c03bc076830a1574c5b4981152574 2,183 1.00/1.00 vMB 110
416,413 416,413 000000000000000004bcd22ace7ef21346865d2b27ba504ddf4ddd43a73102aa 2,134 1.00/1.00 vMB 68
416,412 416,412 0000000000000000007ca787f60392b1dd2561f841d6c6f856d439f3bc134c6b 1,411 1.00/1.00 vMB 43
416,411 416,411 000000000000000001caece62c012d54f5860f0c9d404c905f0b3903fa35558d 2,385 1.00/1.00 vMB 60
416,410 416,410 000000000000000003cb51043de84a9d5d9dfe80391c4599ebdd60478ae06f7b 2,112 1.00/1.00 vMB 71
416,409 416,409 000000000000000003415232a631a93117fce504fd278530d20eb7860ea3ee15 1,937 1.00/1.00 vMB 74
416,408 416,408 000000000000000003b5b00ce2135004c20a6adca8fb941c4a2782f4f0bd34c1 2,004 0.99/1.00 vMB 45
416,407 416,407 000000000000000002a5fc8ae8dd8d70e3b33ae931ab7cab79f969565c0a2cc2 109 0.05/1.00 vMB 50
416,406 416,406 000000000000000000644c590ea29bd36b1b7b1f38937813e0ff6aa098107c40 1,685 1.00/1.00 vMB 35
416,405 416,405 000000000000000003b8478f79515be01e78e1d15a46a441ad4342b26b7fd276 1,959 1.00/1.00 vMB 24
416,404 416,404 0000000000000000038bd2ec2ac3631a304ebb39f0fba4f4f66f58f786e6f7c7 1,777 1.00/1.00 vMB 53
416,403 416,403 00000000000000000340d29939704e7b296ec0d45d51aaae5a50f6c13bfd542c 1,776 1.00/1.00 vMB 75
416,402 416,402 00000000000000000455c40cf37395cf9231f5e71e6eebf5d251cb1413ee26e5 1,346 1.00/1.00 vMB 25
416,401 416,401 0000000000000000010ab64551f053b9af4909773323be822a36eb2b652a9d6c 1,749 1.00/1.00 vMB 65
416,400 416,400 000000000000000005244040a41793b9c7abc22a315bd586639fbe2ada881d4c 2,438 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.