Loading Tool

Explorer IconExplorer

Memory Pool

44,865 transactions
26.70 vMB
0.06114607 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt 12db10f8d38186c8fce87e4ac01c602c6ce5e0684b7775a3e91dd5a7d711bcb1
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 0a0ef76ba962f53fd7a0f3109181e55b921e3107b7f5bf15ba3463f0e148b116
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01185036 BTC
Feerates: 180.34 > 1.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (445,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,369 469,369 00000000000000000098540b53e7ae2eb15a453e42f4129449c043e6f8c15d54 2,465 1.00/1.00 vMB 408
469,368 469,368 000000000000000000a239159094bec1b6c444198a62f1096da233760b2df127 2,332 0.99/1.00 vMB 428
469,367 469,367 00000000000000000153e54759b991d6f11186d99c4f6ee85848af426440f32a 1,999 1.00/1.00 vMB 147
469,366 469,366 0000000000000000012d3a1a3653378b64b2a523955130df22be43ccff1084c3 2,148 1.00/1.00 vMB 290
469,365 469,365 000000000000000001ca7ebbb7acabb5be67ed699b4b2b6a5c15162d4faa3b4a 2,131 1.00/1.00 vMB 353
469,364 469,364 000000000000000000e51f31f30f98817215c460b2f390e95cf98e7e15c4c4c2 2,647 1.00/1.00 vMB 417
469,363 469,363 0000000000000000018be4cc340cfed492276646b8e8119a626709f35fa013c5 502 1.00/1.00 vMB 169
469,362 469,362 000000000000000000a8e89a304345092003b3d96370b3f5cac1447521557d18 168 1.00/1.00 vMB 126
469,361 469,361 000000000000000001c5636790f3c55efcfd69ce4e34eb5ae4ddadfe44d4ec64 1,511 1.00/1.00 vMB 128
469,360 469,360 0000000000000000018da50a6c2992ad6e402c243dbac574fed8090f684a0d5e 2,245 1.00/1.00 vMB 172
469,359 469,359 0000000000000000001e9ab715ef9d8cfc7b409f59757d027ae5209d4c294349 1,770 1.00/1.00 vMB 255
469,358 469,358 000000000000000001bc06943912899a1a6891450be76d3052835673351c274d 1,951 1.00/1.00 vMB 326
469,357 469,357 00000000000000000197a983497b96a57f8073c3def162e88db76bc190ab606f 2,151 1.00/1.00 vMB 208
469,356 469,356 0000000000000000005103eac5af77c637db674fabd1835a251e85263cdfa256 2,310 0.99/1.00 vMB 314
469,355 469,355 0000000000000000002349f1c2fb82ffc1cbddfc1030af3c263c66190fcbf898 2,555 0.99/1.00 vMB 390
469,354 469,354 000000000000000000541f3d10583379a342e11572cefcdac0c518c64a6c9756 2,287 1.00/1.00 vMB 328
469,353 469,353 000000000000000000a8f6ea08614c284f2373eaa45c1167d165626b001de9de 2,403 1.00/1.00 vMB 290
469,352 469,352 00000000000000000105be82a9a0c4901e8dc9a07c0cce8a04d2ae0e86335661 1,302 1.00/1.00 vMB 208
469,351 469,351 00000000000000000141933d2935c996c20c96bc6c7da96d52aef582747f72cf 1,889 0.99/1.00 vMB 340
469,350 469,350 000000000000000000e7ab07e67ba6523a8261048c1c71744dc9220f74bebb7d 1,961 0.99/1.00 vMB 361
469,349 469,349 0000000000000000001cfd7fdba6585b61190855252032b6ef7c2ea82628ab9e 1,768 0.99/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 781.95 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: 647.18 GB
    • Received: 12.91 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.