Loading Tool

Explorer IconExplorer

Memory Pool

46,163 transactions
27.14 vMB
0.07038590 BTC
Random Selection Loading Transactions
Max Size: 143.12/200 MB

Candidate Block

Mining Attempt 375a200e4634b17adf561fb25774850ec54159a579251bc46cad37f20a8bc55f
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 863b3f4eb241332e410f21197c461809f2fbb5bf9688e9dfec8985930a30a9af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.01943331 BTC
Feerates: 135.80 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (414,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,118 500,118 0000000000000000008221d29321f8781281dc2abc48556e8c403fd9f5e044dd 2,508 1.00/1.00 vMB 475
500,117 500,117 00000000000000000054e42241678bdb13a56f6113027b42b286f6314f421386 2,654 1.00/1.00 vMB 468
500,116 500,116 00000000000000000049ab4ac019c7760785a8c9aea9769f04f25b1de4f4766d 2,678 1.00/1.00 vMB 487
500,115 500,115 00000000000000000056b64769d9b06c70412eb8537aaf0bc4e7d484ccece1b0 2,659 1.00/1.00 vMB 460
500,114 500,114 0000000000000000005061ec88458e7ec9d29d817cd2046efdd36195bfe86356 2,488 1.00/1.00 vMB 405
500,113 500,113 0000000000000000006b9dcbeec75dd4a0af9354338f3e6c00a48233dcdb95dc 2,519 1.00/1.00 vMB 471
500,112 500,112 000000000000000000498a938147db1ee4edc08f4ab5468594b03386d899a45b 2,339 1.00/1.00 vMB 467
500,111 500,111 0000000000000000001124022563d67c94c2034c2803b86bb2bf83d6e0d5b1c2 2,247 1.00/1.00 vMB 433
500,110 500,110 00000000000000000032a432a4267f46082d0bc18bff9c3ed0cd68e31e65f53b 2,586 1.00/1.00 vMB 487
500,109 500,109 00000000000000000032fa119a33f4325f212245f8fc589fa6b8ab80139b02b9 2,630 1.00/1.00 vMB 421
500,108 500,108 0000000000000000006bd1ce0425f3ffb2366a41d2c47ef12e28c6eefd60717f 2,756 1.00/1.00 vMB 433
500,107 500,107 00000000000000000058873a26d8da39009d1520407fde69478b3ff09311e6c0 3,065 1.00/1.00 vMB 441
500,106 500,106 0000000000000000000c775cfe9d7be701588eb55f0f54bc5d51c6c268cb436f 2,513 1.00/1.00 vMB 478
500,105 500,105 0000000000000000004f07148f4dd8500f884a732672b66c070954b84cbba3db 2,255 1.00/1.00 vMB 517
500,104 500,104 00000000000000000001a9134db496160e023d1eecdecc47201bc8291706844a 2,865 1.00/1.00 vMB 468
500,103 500,103 0000000000000000006d55ccfbc7684a06c9f376a2545fad15d03afd6d9bd33a 2,523 1.00/1.00 vMB 433
500,102 500,102 00000000000000000008c58ffc37ad4d3c0f8ef3757f44ff9157c58bd79a641d 2,965 1.00/1.00 vMB 427
500,101 500,101 0000000000000000007517d090369270a9af750ba23196b331d6c79f4af82542 2,742 1.00/1.00 vMB 474
500,100 500,100 0000000000000000004b25da7d3a753f2ea21a1f24ee74cff513d3c2d1febd3e 2,411 1.00/1.00 vMB 443
500,099 500,099 00000000000000000051b3948c3784748e404ba24337810b3c03eb7d4ad9c108 2,651 1.00/1.00 vMB 463
500,098 500,098 00000000000000000011760bcff1c5d6e2dd1503597b7be5d7eef07b68d0f204 2,379 1.00/1.00 vMB 426
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.36 GB
    • Received: 12.93 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.