Loading Tool

Explorer IconExplorer

Memory Pool

23,586 transactions
9.98 vMB
0.08093053 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.52/200 MB

Candidate Block

Mining Attempt 89ac502f8aecdb723a2ec9ffaceddb46b6ac8660d7164e6454151be4998e039b
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 31cc42bc5eb13e511087dccfb196434ea51f0a2deaf74c0ce327da01af0b7a71
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.05076000 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (647,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,389 266,389 00000000000000030ff454309e5acdcfa179a5323277c3b4ddba51f261fbc4dd 52 0.02 vMB 64
266,388 266,388 000000000000000a5f21b2cb7dff7f9d298347a8d26b976dc23d88c6f7a58630 385 0.17 vMB 96
266,387 266,387 00000000000000082a0013050246c17c64c86f54a9c4a7d248cfc89ec35209a3 375 0.16 vMB 105
266,386 266,386 0000000000000005f1cb351c6be831c5863db16897a0347b0f9e9f3f0c7577ab 85 0.03 vMB 62
266,385 266,385 000000000000000a6a06f018a40213e63710e9d7295418a55e043c714bd5401e 362 0.15 vMB 104
266,384 266,384 0000000000000003a59764a7194d1b3470fe8fea34f6a0df65020c5d53713df0 141 0.06 vMB 39
266,383 266,383 0000000000000003d96eab4ff8c6d11e01bf86fdf3b5a8151d99e62df32c7e45 366 0.20 vMB 88
266,382 266,382 0000000000000006266ef3088491fe25c49b113ebccbb92952438bfed16570c5 148 0.07 vMB 69
266,381 266,381 000000000000000000028c32e6952731326747bae4be8db0f832d6eea0362050 257 0.10 vMB 93
266,380 266,380 00000000000000015cc813b33430babf69aadb24b6f527966c8209538d390487 580 0.27 vMB 75
266,379 266,379 000000000000000941dd388e6e1c2f186e81e72b838f73ae1c2c4bf6fb8f03a8 29 0.01 vMB 153
266,378 266,378 00000000000000008aec8d952275b3c041ab69d037cbf88aea0074d2f4296a6f 114 0.05 vMB 50
266,377 266,377 00000000000000038a2032aabdb194bc2da2ce095ee5f1e5726ebe8995338c88 61 0.02 vMB 105
266,376 266,376 0000000000000005d70e176af860d8bf515cb3defecd41879e1d84670144fb2b 246 0.11 vMB 90
266,375 266,375 0000000000000005767801546043a2fd009fd29c63472eedfbdd374d26c47f3a 82 0.03 vMB 61
266,374 266,374 000000000000000a147f88a535b459ef8c70321594984f6b6df8627558a3fcf6 235 0.11 vMB 86
266,373 266,373 0000000000000004f44a98cefa49db2d4a1286c0224be4e0212c0d5d8cec472a 18 0.00 vMB 81
266,372 266,372 000000000000000027202edfa23fa3d54a5a3c150cdd95f91bc88f7d8bc39c5a 95 0.05 vMB 53
266,371 266,371 0000000000000000c73dd8e534a0b314cb81c7eb0138b9e574be1ab66c548f70 51 0.02 vMB 48
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 38 0.02 vMB 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 11 0.00 vMB 21
Previous 10 blocks ↓
Total Size: 779.57 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: 277.48 GB
    • Received: 1.09 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.