Loading Tool

Explorer IconExplorer

Memory Pool

75,480 transactions
30.54 vMB
0.09227129 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt fcbd9d18e786951ecff192f86085afbafee92694c1289f7c6a7043c9118475d1
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 2034d27bc063dc5fe7307f6d3005f0cdd232c51e88a34be5cef29fbb0e445e75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,605
Size: 1.00 vMB
Total Fees: 0.01707190 BTC
Feerates: 265.25 > 1.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (434,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,647 480,647 0000000000000000011a308313a381dcbc457555866838081c8507cd1f91c9ad 2,034 1.00/1.00 vMB 291
480,646 480,646 0000000000000000005e337adf39c277ed0a304cddb7906fe0b6602bf021ff7d 1,237 0.49/1.00 vMB 288
480,645 480,645 0000000000000000000bb679374d81d46e50c0464b1448868cfd58f5e3c49d26 2,123 1.00/1.00 vMB 201
480,644 480,644 00000000000000000125e403a796261017d128ceab6ba06ccefe522d8643c9a1 2,225 1.00/1.00 vMB 217
480,643 480,643 00000000000000000130c6aebce54f65edd018208636fec82817138a8a9e66d7 2,547 1.00/1.00 vMB 172
480,642 480,642 00000000000000000107ef99bec95fec9cb6afc6bc580708ad35ae8a8c215c7a 1,470 0.99/1.00 vMB 199
480,641 480,641 0000000000000000012c6c7667970e6d914dd11c3cb0b60016104e7958355958 1,842 1.00/1.00 vMB 214
480,640 480,640 000000000000000000000ed23bd82401dec4f805b2e95bc78b768af3a386be48 2,011 1.00/1.00 vMB 270
480,639 480,639 000000000000000000ae8ce8e7275be3b48702698a3840cd933ad80ae06d5b0e 1,962 1.00/1.00 vMB 235
480,638 480,638 0000000000000000003d0ff577350fa3dc3c9dbef992c2f472b2bb96723efb2a 2,063 1.00/1.00 vMB 258
480,637 480,637 000000000000000001051da67c85d94f16645ddbc18bdfeb25f0598881929271 1,622 1.00/1.00 vMB 195
480,636 480,636 0000000000000000001b1f081ca8056914f3c32a6901be83b89a2346248cacb3 2,029 0.99/1.00 vMB 260
480,635 480,635 00000000000000000066ad49a24417385ec8c9fb29f3e0320c9e26980e1ba5b8 1,205 1.00/1.00 vMB 219
480,634 480,634 0000000000000000008c5e66f654e43d84dcaef48a0a65c8e0c6d7ad92aa969e 1,715 1.00/1.00 vMB 212
480,633 480,633 000000000000000000cef173c81fc47e92feb06d53d9419ccd0cb7c52d04fc03 1,802 1.00/1.00 vMB 251
480,632 480,632 000000000000000000ea71c110d6789158ac58dbcde7ea5dc2b473bdecbaef79 2,214 1.00/1.00 vMB 243
480,631 480,631 00000000000000000004868e2c3bf7199958d3be3c6907621cd2069d1dabc200 2,154 1.00/1.00 vMB 243
480,630 480,630 0000000000000000012edb4751fd6a9789ce4a0451091995c8b8bedebf4552e3 2,626 1.00/1.00 vMB 320
480,629 480,629 0000000000000000002b8381ff689cba98337b094b86aaec99f523a6081bf826 1,142 1.00/1.00 vMB 171
480,628 480,628 000000000000000000f38faf281c369f616be970e4b9c911b29ab7e24bb326e3 1,948 1.00/1.00 vMB 247
480,627 480,627 000000000000000001207ec1fc0455b1b56b47604f9d4d1e975f1db6ae79a1a2 1,800 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.