Loading Tool

Explorer IconExplorer

Memory Pool

42,465 transactions
20.16 vMB
0.06771872 BTC
Random Selection Loading Transactions
Max Size: 112.88/200 MB

Candidate Block

Mining Attempt c85feba927c3c74099aa5a8741fe2735643b5c457ed8a1a7b935846fe0a0a275
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root dc1834e125a65645d4082319eedb0358b66f5ac306adbc9f708e54606650d8ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02771557 BTC
Feerates: 578.69 > 2.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (757,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,288 156,288 000000000000051a5be9d2494dbee8c58d6d3621ba13e7055590493ab4b08c6c 23 0.02/1.00 vMB 104
156,287 156,287 0000000000000a2a84b26f896cd002e36d0a610cc828b0d1e0a9fff387446651 57 0.01/1.00 vMB 3
156,286 156,286 0000000000000d679145013984b359045283d65acf716f007fa619dd8f8d592d 11 0.00/1.00 vMB 30
156,285 156,285 000000000000015235af350b34c9bde322b3a4dc21852a485f3f2c6afe0116da 68 0.02/1.00 vMB 147
156,284 156,284 0000000000000570165044a8480ef1ab81f7342ca55727ce8c3e7efa6fa0dd9d 12 0.00/1.00 vMB 0
156,283 156,283 00000000000000c4c3e67f806f256b85c5d0a42b2bb412caabf02805be7335df 6 0.00/1.00 vMB 14
156,282 156,282 000000000000064b10fa295594ec535d6813daf7774ddebff8ea36e6e516d11a 18 0.01/1.00 vMB 20
156,281 156,281 00000000000002668f9050512ed026898ee3c349ce9d86b0527f5b35b3ed5e93 1 0.00/1.00 vMB 0
156,280 156,280 0000000000000193688063d2c0eb1d8d1bae0ccab09360017f936b3a43a73c28 77 0.04/1.00 vMB 175
156,279 156,279 0000000000000247cddb5cee98309e76383b2f0eaf5d8020564057f4f152b609 48 0.02/1.00 vMB 33
156,278 156,278 000000000000069b1cb2fd9dab3ec6a664a1c0228efe8a8eea910bb8c46923d4 18 0.01/1.00 vMB 35
156,277 156,277 0000000000000c1f6210f30bbad38f35c6756059d641adc3d948b02ed3b22b53 101 0.03/1.00 vMB 49
156,276 156,276 0000000000000bc311ee8ebde566e3dcbd125539cd04dfbb4fd06d6214d8e0d2 12 0.00/1.00 vMB 0
156,275 156,275 000000000000034b6a833d7b95cebc5d0787f2712754effd3639a3b82dc00988 21 0.01/1.00 vMB 50
156,274 156,274 0000000000000aabfa7bcae70c3e7fde8da1df9d7931444a1125e538257f7150 12 0.00/1.00 vMB 32
156,273 156,273 000000000000090cc209ba5f430073f3f0f7675489a92a9de6cd38836fce46d8 113 0.04/1.00 vMB 141
156,272 156,272 0000000000000982805d315e4b18a7d03c08d9505d4c7aaed26f3cfe295e5052 39 0.03/1.00 vMB 103
156,271 156,271 0000000000000b3b8772fb40bcbacf7e50feb27db3bc44ce69630dc82c69a5e9 12 0.00/1.00 vMB 16
156,270 156,270 0000000000000b18d07e0e003f8abf6d87ead88eb4454be8fdde09d30645b396 48 0.02/1.00 vMB 101
156,269 156,269 0000000000000731ebb231a69caa3b378cf9a11f2ac704ddb1a242c7fdade6d8 52 0.02/1.00 vMB 209
156,268 156,268 00000000000002c4dd14095a72f0414c93b022922cb661cfdd2d60c89fa6ca92 86 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.84 GB
    • Received: 6.82 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.