Loading Tool

Explorer IconExplorer

Memory Pool

83,325 transactions
30.94 vMB
0.08345350 BTC
Random Selection Loading Transactions
Max Size: 189.78/200 MB

Candidate Block

Mining Attempt fea12b359e587ed15a2418b59d1423d886384bde5b76cd65b3333668f2685e11
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 0f42fa811de81d4791927898241ce146b47f3df93fdcac1a80f2ad5321dceadc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.01340354 BTC
Feerates: 186.33 > 1.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (467,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,469 447,469 00000000000000000340be50d34e3ca618f461275e259c0d05aea479e21d0a16 2,227 1.00/1.00 vMB 78
447,468 447,468 0000000000000000007729773574fff1235e4255bf9996a92e6b9bb4603038c7 2,359 1.00/1.00 vMB 79
447,467 447,467 0000000000000000018e9bb6702c001e92b62904039502ed3c8aeaf8dfc20a58 1,815 1.00/1.00 vMB 55
447,466 447,466 0000000000000000026ce38f78e550c2a75f48a7f2b411c25bdf4f9f9e8ff5da 2,261 1.00/1.00 vMB 78
447,465 447,465 0000000000000000036574272694005e46d2a9714227359334d64c2eb0cd846c 2,334 1.00/1.00 vMB 90
447,464 447,464 00000000000000000127eccaa6b6b2d60e564414931fa3bc060bf73089d084b4 2,494 1.00/1.00 vMB 89
447,463 447,463 0000000000000000032f3a4f4cfd36b860c19eb251b3f98c13142a19a005939b 2,693 1.00/1.00 vMB 78
447,462 447,462 00000000000000000083c87e8ca763f3a8cbd58c3474da6248d6d610facf2790 2,167 1.00/1.00 vMB 78
447,461 447,461 000000000000000002f2adad818cb9aaf6248170a0c26ad143e5a1feb2a533a8 2,424 1.00/1.00 vMB 100
447,460 447,460 000000000000000000c20c1e5c1cbb39a6dd8148f692272e23c47762a4143a75 2,348 1.00/1.00 vMB 94
447,459 447,459 0000000000000000032d3d96bb5566a4299f1c2480038050f8960236198a504d 1,888 1.00/1.00 vMB 73
447,458 447,458 000000000000000000c833e3c8a11ef8a3e5783ff4b3bf3f54f9cc438d29c078 1,936 1.00/1.00 vMB 66
447,457 447,457 0000000000000000016d776ab8d31a3a80f71b1002544d8b4a76414df5b62652 2,579 1.00/1.00 vMB 100
447,456 447,456 00000000000000000139290ef6b17887b06dfab86f4d1ab5da915e02357f54ee 1,980 1.00/1.00 vMB 59
447,455 447,455 00000000000000000097697f216d6239e30c408b241ac59df96b26bd11944b54 2,269 1.00/1.00 vMB 95
447,454 447,454 000000000000000000b39c3d7487ac46e956ffbdbf8de5c6e27690ad9119cf7d 1,213 1.00/1.00 vMB 52
447,453 447,453 000000000000000001323091e679157127ea4d6efdc6e674147706fe793c922d 2,753 1.00/1.00 vMB 55
447,452 447,452 00000000000000000139016aecace7b235c361f596ebf03cf7467d37de6f88c2 2,340 1.00/1.00 vMB 87
447,451 447,451 000000000000000000eab0a76bc549a31e4434145d36e49fdd451e2b33d50f10 1,362 1.00/1.00 vMB 55
447,450 447,450 000000000000000002dbabbe549652f06ba9f76c570232734f4c7795a74e3d2b 2,075 1.00/1.00 vMB 78
447,449 447,449 0000000000000000030eed3e9907a47b8631809d0f344343b20daef83fde525a 1,211 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.99 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: 717.23 GB
    • Received: 17.84 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.