Loading Tool

Explorer IconExplorer

Memory Pool

28,744 transactions
9.30 vMB
0.09143616 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.96/200 MB

Candidate Block

Mining Attempt 051174e01d0451b8e0d79c52ca65149e6b9e73323e1b9eeba445fbf1447d25d9
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 93669f05f022dd42f4d888b7d3b1a10cbb380555cbc530de1149de7ec387ef89
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,516
Size: 1.00 vMB
Total Fees: 0.02842398 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (769,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,457 143,457 000000000000015e087f6fe69de6158da3a85a6c0207f6a3bf0a5e613b1c7f8d 0.05 MB 67 317
143,456 143,456 000000000000064facdf457163972e3ebfe08a04324db7337f6ed3fe9fdd0259 0.01 MB 8 438
143,455 143,455 0000000000000465f55e2f547c82674161bcf4d22b1c66898338369ef3abca84 0.00 MB 15 0
143,454 143,454 00000000000007c24bc8855845d2d101e276c1be0c2a7ca25a61e5de8960899f 0.02 MB 34 72
143,453 143,453 00000000000004e1341aa11628d677ef971d7c7417bd796e36efe82743495d31 0.02 MB 38 49
143,452 143,452 0000000000000771ccf95e2d384d3f0a238e1b462b8dcb5bd1e1dc7f7eb4d2ed 0.02 MB 28 76
143,451 143,451 0000000000000596af669820a21166135ff47735d881f058c13a2b0528829d02 0.02 MB 42 18
143,450 143,450 00000000000007b0f121bfaf46a1c36ed7f4a80ba32d3e5f81af585f04d22739 0.04 MB 87 179
143,449 143,449 00000000000004e688d0b67e69eaf9700c603805b936c3989bf7b7e033242fe8 0.01 MB 19 105
143,448 143,448 000000000000071cfdaaf3216df5e69ec0bdf339fcf44569632ea19f7e8669bb 0.01 MB 41 179
143,447 143,447 00000000000005c4993a9c2d68a7f7bcb82bc30d2ca443cb23e98f579c03054e 0.02 MB 43 298
143,446 143,446 000000000000031909d4d1c0d5e668722f3a523a25372b6447b3d1912cb458bc 0.02 MB 55 187
143,445 143,445 000000000000072cf4c3b9c69d8b6c74152d8b28fb99d297822cf3d3019a6255 0.00 MB 1 0
143,444 143,444 000000000000053a5c6396c6a8b5c2c813b02eb78bf24a7b14e49614d5a1103b 0.00 MB 11 698
143,443 143,443 000000000000084fe5309ae34d27fa2ea464cc8ff537eb9a4d2e60811e57a2cd 0.02 MB 46 250
143,442 143,442 0000000000000430b3dd0274d2c24f2151215e4dc1903f4df47b6f5a7abf04cc 0.00 MB 6 16
143,441 143,441 000000000000057ccae2a0619efcf945889e83bdd6ba90bd959a31879390e8ab 0.01 MB 9 531
143,440 143,440 0000000000000468d44ca2b25d9ac04961d2dd831f87467393fbfeb154ec611a 0.03 MB 81 184
143,439 143,439 000000000000022f3eb69245cfa3e52d91b8d0491c55168dd9e723da3a593a2d 0.05 MB 135 41
143,438 143,438 000000000000087737a3c925c286a2bd2979c2ccb8ac616c3ab9e371c5ad9bee 0.01 MB 25 309
143,437 143,437 000000000000046dbb7620963ab9082cda06ce65e1c3a639c811cf8497c54005 0.00 MB 8 76
Previous 10 blocks ↓
Total Size: 778.83 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: 379.50 GB
    • Received: 3.41 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.