Loading Tool

Explorer IconExplorer

Memory Pool

12,959 transactions
7.03 vMB
0.05285604 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.69/200 MB

Candidate Block

Mining Attempt e52ac62dcc6d3a025eeaa240fb979b4f469c7e0a9484e7225fa19d79afeb0061
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 1e8c9efa2871d8dbfeb7422f8f57023f7562ea3eae0a3cda58c5f7ca034a4a96
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,755
Size: 1.00 vMB
Total Fees: 0.03943579 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (720,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,296 193,296 00000000000006cd2588ad78ec420215aeeb96c730b4f2d6140862242071a8d1 102 0.05 vMB 167
193,295 193,295 00000000000002689698cdae76f1c48fdfeda07cf4b9050986c66f00c2e71d22 126 0.05 vMB 131
193,294 193,294 00000000000006803a2d2c0cf7dd747463f1b7d5b586c193cb08a97c5288d09c 98 0.05 vMB 1,924
193,293 193,293 00000000000006987298b820153f90be72f49c9d0b2d7f661c551c808ce9afba 441 0.19 vMB 298
193,292 193,292 000000000000031ea94742851989d44b518aa57e12940592695e119c0e4ad083 4 0.00 vMB 31
193,291 193,291 000000000000010a972158897dae81287e454655fb083cfa88d25855d8ebb3ba 123 0.05 vMB 273
193,290 193,290 00000000000003f95ac9b9b6ba4b7bcf653c154d4bbb6701b52716d4e33b0a9c 256 0.11 vMB 111
193,289 193,289 00000000000002a7ecdb3a4496704170c2ce8206ada54670d1842b616853f43f 125 0.05 vMB 113
193,288 193,288 000000000000070b443acfade6fa6944f3e94791d48d5c517de39c83b1c4d4f2 391 0.13 vMB 156
193,287 193,287 000000000000022eeace3367cabdc0253a9aaf6659387e8c55235cffc5991f3a 77 0.04 vMB 175
193,286 193,286 00000000000002d6ef57409c763554bd90cfb1fd47eca44850a0de1c31e20ef3 10 0.00 vMB 149
193,285 193,285 000000000000071e3b4f5551c16d082536e54495e30e09f97ee2d928121e880e 30 0.02 vMB 106
193,284 193,284 00000000000005c47e059c640f42aa0e941d128b667463b7642ff0c15bf80fe0 57 0.02 vMB 10
193,283 193,283 000000000000059c6e39396df190620e5d28123830677696f671f1a9e88ba4b6 50 0.03 vMB 63
193,282 193,282 00000000000000f1513ab26cb5d415017647e2546198c9a558815734bee5a53b 399 0.15 vMB 148
193,281 193,281 00000000000006cbd2c0432e63b03c1ba212999a949b32cb21a1b60ca642d106 25 0.01 vMB 126
193,280 193,280 00000000000006154782ffad1e21a2e9de1ff3746ac73664820df7debb5d6159 24 0.01 vMB 25
193,279 193,279 000000000000020cca4e03479fbbc31ababc90814a5ee1735d0fb15874a25178 403 0.15 vMB 140
193,278 193,278 000000000000049494f586f2cef94df07ed46354b39ef9f0801b5a720bf81b82 180 0.06 vMB 39
193,277 193,277 00000000000007f36435594ef8d7ae52ea8fa8b916180fa58ebb15e05cfe1f48 507 0.19 vMB 318
193,276 193,276 000000000000005f9db71778e79b02041b5c83a54d51bd741ec9d5811bb92147 94 0.04 vMB 125
Previous 10 blocks ↓
Total Size: 779.63 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: 303.07 GB
    • Received: 1.36 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.