Loading Tool

Explorer IconExplorer

Memory Pool

39,741 transactions
25.88 vMB
0.05340575 BTC
Random Selection Loading Transactions
Max Size: 134.42/200 MB

Candidate Block

Mining Attempt e6683f79bb079c66ffe645121b4d2f399f0acc5d13bf7d9ab3d222b3748f0271
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c4dac673256375f3122bf976e7de93ec50658c6efabf36f377661b347e43bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,047
Size: 1.00 vMB
Total Fees: 0.00647442 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (438,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,417 476,417 000000000000000001270e7273e458936568af4f3e8b261fc3354d9ec9dae4f8 1,460 1.00/1.00 vMB 122
476,416 476,416 000000000000000000dae685eab0ad6357d8310bf12e71cf8fdb2780387b2cc4 2,085 0.99/1.00 vMB 146
476,415 476,415 00000000000000000089af163929d555ab5483463cd384770dc238bbfbab9a57 1 0.00/1.00 vMB 0
476,414 476,414 0000000000000000006f12b902d1662f959492427dc46ebf3f11fe11baa470f7 2,172 1.00/1.00 vMB 182
476,413 476,413 000000000000000001214e5fa6a7157c0d5f7dd2a995a29c761d1a77b68b0ecb 1,933 1.00/1.00 vMB 158
476,412 476,412 0000000000000000004935e5aedf62deaedfc3b88ad6f508dd834bca6dea143a 1,964 1.00/1.00 vMB 219
476,411 476,411 000000000000000000d80aef94fa07d9b959847101f1bf1283272f24d0edfff4 1,726 1.00/1.00 vMB 206
476,410 476,410 000000000000000000e32cb0e9e607befd75d4453f68c7206c6058bc52e56a0e 1,628 1.00/1.00 vMB 162
476,409 476,409 000000000000000000391f8ff219918e7467198ed9e64d85d779805252fec409 2,042 1.00/1.00 vMB 191
476,408 476,408 00000000000000000128b711d4b88ada0a35d76fe89658d12ab068b97e116901 1,579 1.00/1.00 vMB 186
476,407 476,407 0000000000000000011c09aaf25e46d3d4d5d35eb2e1e857d513d68bb3b9a443 1,635 0.99/1.00 vMB 207
476,406 476,406 00000000000000000028eee465bf3de4e7869e85ad4149d25f8fc6bd9ce9a5b2 589 1.00/1.00 vMB 203
476,405 476,405 000000000000000000a6c89e1fede5fabe6754405fd265e78086d189e9d94f93 1,732 1.00/1.00 vMB 224
476,404 476,404 000000000000000000708a2afe8f298d0821f2ed3a5776ed0d46d18596b1b79a 2,529 1.00/1.00 vMB 262
476,403 476,403 0000000000000000001def621c5bc90d1f0be86e2c84a955d8b0f94864090a1c 2,237 1.00/1.00 vMB 243
476,402 476,402 0000000000000000006fe33492c3c23978048613801999d5c44eafe553a5127d 2,592 1.00/1.00 vMB 207
476,401 476,401 00000000000000000011ee3bc8359ad7ead707ff2e6a36b7dc34b073608b05ce 2,326 1.00/1.00 vMB 206
476,400 476,400 0000000000000000007780ea3753a64d06290da47880dd8fc855c639cd11e8a8 1,849 1.00/1.00 vMB 208
476,399 476,399 000000000000000000aef6a447f1e1929c16b07ead7733ee252239323a1c84b1 1,695 1.00/1.00 vMB 116
476,398 476,398 0000000000000000011a460d4a48be484c4c64a7e8d78cb828049de63d30ba86 1,757 1.00/1.00 vMB 111
476,397 476,397 0000000000000000015b1de1fdd557b57fac1099668420fae24478b2e1a8f2a7 1,357 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.