Loading Tool

Explorer IconExplorer

Memory Pool

87,101 transactions
32.59 vMB
0.15104883 BTC
Random Selection Loading Transactions
Max Size: 198.99/200 MB

Candidate Block

Mining Attempt 7ca3c4ce47802a206b7b26ef96e4a27a549bece7f03deed9f8e090938325e248
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fffb0b0fcdd42ef84f458764ebc74b2a59702addacd905bb3cea58b3744cb951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.05817958 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (295,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,486 619,486 0000000000000000000e0a1fe45797d4ed77fbd83315e81780652f168f9c1a6f 970 0.27/1.00 vMB 12
619,485 619,485 000000000000000000048438cc682222e9d5703c5225c95ed78cd12bdfed1503 2,959 1.00/1.00 vMB 15
619,484 619,484 000000000000000000060a0fbb3c3154219a1b3560a8a37851c1270e9e24085b 742 0.29/1.00 vMB 20
619,483 619,483 00000000000000000010cb7482f7e1229bb0cbe0d84324169c666a5ae765a229 971 0.31/1.00 vMB 14
619,482 619,482 000000000000000000113319b97eefaf84ca7fd1e5e6cb0ae51334fafedce6dd 2,539 0.80/1.00 vMB 14
619,481 619,481 000000000000000000080de5485a6aea0564f0d25d7029fb8af8c83098219ef1 349 0.10/1.00 vMB 13
619,480 619,480 00000000000000000009954a7a4880709b8d9cbfbc735096930e4a919b74c60f 1,384 0.44/1.00 vMB 14
619,479 619,479 000000000000000000040a4d6d8ee23463d6160aec6d7f306364d172ae948481 1,136 0.43/1.00 vMB 10
619,478 619,478 00000000000000000010ff7ad8443865c89f2de3047e0c5d7f84dedd44e666b5 1,238 0.56/1.00 vMB 15
619,477 619,477 00000000000000000011ca92b1549b1fe76f39de27f0dad16ec4a38741f5a1f6 20 0.00/1.00 vMB 9
619,476 619,476 0000000000000000000ea1acfeaac5257976e3b0e130b96600c6dcef1f06b6d8 2,596 0.90/1.00 vMB 15
619,475 619,475 00000000000000000011672a6f9a9adaf94bdc1da4d88ccc6b604081e5f249f9 1,401 0.53/1.00 vMB 16
619,474 619,474 00000000000000000006e16bef804e0e1b586b7ac00df97173febaedcccc2531 150 0.04/1.00 vMB 18
619,473 619,473 0000000000000000000c6034413f155bfb62caa87f0338932d9ac239929d0025 25 0.01/1.00 vMB 13
619,472 619,472 0000000000000000000bd422b8e54124298c2cf0f201bcefa082ccb48d65c7e4 2,826 0.71/1.00 vMB 11
619,471 619,471 0000000000000000000cef5e2044f0206db6ba2e586650c62d341711e1ba14b2 3,535 1.00/1.00 vMB 20
619,470 619,470 0000000000000000000149f6296a49ec4f5a7675cc12fa21a9815de5caca1286 1,101 1.00/1.00 vMB 8
619,469 619,469 0000000000000000000c3a58ecef7eefdc13e820535908daba34d8e5526e1b4d 2,616 1.00/1.00 vMB 11
619,468 619,468 000000000000000000092968df88070d65c36c3d75224e32d8a1d181ea948993 3,117 1.00/1.00 vMB 28
619,467 619,467 000000000000000000049e2ab09f4ef16600cda3a40cf5a79e64fd6a170d38f6 43 0.01/1.00 vMB 12
619,466 619,466 0000000000000000000306cd841dbaba6aeaf88e2fb50b5a61d9add5dcf9d822 2,958 0.93/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.