Loading Tool

Explorer IconExplorer

Memory Pool

39,897 transactions
28.97 vMB
0.06716802 BTC
Random Selection Loading Transactions
Max Size: 147.35/200 MB

Candidate Block

Mining Attempt 12c8120b6f1d6c2895924913e67b01360b879bd9c3342fad37ede6c7403cc471
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 51c80ee6dd2774c1c1ffd8653ed88d393c6409681f5b683d112362e87576a1b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,389
Size: 1.00 vMB
Total Fees: 0.01086816 BTC
Feerates: 150.80 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (446,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,110 468,110 000000000000000000b226bf20929f4fa14d602f21bf7e66fc148113fcf20f49 150 0.04/1.00 vMB 467
468,109 468,109 000000000000000000bd9793906e9fe50a4d451478de6ffea06a55cd577f2e5f 2,062 1.00/1.00 vMB 323
468,108 468,108 000000000000000000f5e754837d2bf5b0fa1991fb491e636a2dee945b330b9f 1,827 1.00/1.00 vMB 308
468,107 468,107 0000000000000000014728393b11ce7a7f0fa14cab4e040dafd75e5942791d61 2,268 1.00/1.00 vMB 332
468,106 468,106 00000000000000000067a525f253bf6c0081e000b463af8ef6205ca5fae5a6b5 1,895 1.00/1.00 vMB 333
468,105 468,105 000000000000000001d1948f001eb62ee5e800ddfba8378fd1bc57796d947bd2 906 1.00/1.00 vMB 348
468,104 468,104 000000000000000000e59d8e6f1eb9089581ab0cdcd91f60807d49b9d4aee05c 1,567 1.00/1.00 vMB 370
468,103 468,103 000000000000000001912d2b3c9477af79180acf3570bfb92ebc4420ee23905e 756 1.00/1.00 vMB 336
468,102 468,102 0000000000000000012d943fedee9ab72fece884ec03d74d8b1e8b8d559d8073 618 1.00/1.00 vMB 348
468,101 468,101 00000000000000000108e2a0e07cf931e88872cf73feb3e9549814a823c3931c 369 1.00/1.00 vMB 334
468,100 468,100 000000000000000000faaf73c00f902a27475094b864eb491f5d328061aed4bb 1,605 1.00/1.00 vMB 304
468,099 468,099 0000000000000000001d7948de1ac5bb764b4584993591ead8e2b7b31f1dbb0b 1,523 1.00/1.00 vMB 351
468,098 468,098 00000000000000000085ca36c7ea37a808598349e4fdfd08b698d48259d13655 2,353 1.00/1.00 vMB 429
468,097 468,097 000000000000000001c66d52452bc8a742433379f7e65e51ee1a7c8988f1db63 2,271 1.00/1.00 vMB 349
468,096 468,096 0000000000000000007012f2a062fc968d57db236d66755ae289268c588cd836 2,194 0.99/1.00 vMB 435
468,095 468,095 0000000000000000005d0b29f1a1dc495d033c35f1168eec41cdf2213078c076 2,255 1.00/1.00 vMB 395
468,094 468,094 000000000000000000ca5d7922edfd778341ab6b0d2865d6896d0a8e17cce399 2,745 1.00/1.00 vMB 384
468,093 468,093 000000000000000001711364ebaaa0cfe4ca8227a9e15052d4397352a6d62671 2,128 1.00/1.00 vMB 332
468,092 468,092 000000000000000000132156b6ebf0f889fe57d0fa2b5a87c38a64d0cf01d227 1,984 1.00/1.00 vMB 399
468,091 468,091 00000000000000000142711cb8ebf5c32b69e783a6b766be141e5516fe8a5b97 1,885 1.00/1.00 vMB 251
468,090 468,090 00000000000000000197e826b3629cf594c6d3e44df97a4166e7506d9f8c77ee 1,689 1.00/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.40 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.