Loading Tool

Explorer IconExplorer

Memory Pool

49,184 transactions
21.30 vMB
0.06582376 BTC
Random Selection Loading Transactions
Max Size: 122.00/200 MB

Candidate Block

Mining Attempt 2dd638c95e46cad4e21860a7b5982b89c0b8ec41931ff1eeb8e14551637a8123
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 9d94c7a885f0f68225e61516b4cd09d8500cd66ab0d3228174a8dff028cc0ec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.02268623 BTC
Feerates: 502.67 > 2.27 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (757,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
156,267 156,267 0000000000000e19f24217f76b21589bdf1c3971b692d3d16947e5aab26afccb 45 0.02/1.00 vMB 298
156,266 156,266 0000000000000b27c8664a552da00f0c69e3f6ad82acf826a131afef7134bcb4 6 0.00/1.00 vMB 396
156,265 156,265 00000000000003e5354353ccbd1b444e5529e6843b5b3592d3ca56cb044b94b5 24 0.01/1.00 vMB 46
156,264 156,264 000000000000007302d415be780324019a66b223a5f9539f6aa705c4bd1a9b76 13 0.00/1.00 vMB 67
156,263 156,263 0000000000000d2e725a58c41f7244e665754be456d3b676bc55f261158be94a 12 0.01/1.00 vMB 296
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.26 GB
    • Received: 6.42 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.