Loading Tool

Explorer IconExplorer

Memory Pool

40,832 transactions
20.07 vMB
0.08126129 BTC
Random Selection Loading Transactions
Max Size: 111.94/200 MB

Candidate Block

Mining Attempt 19c5dc75f9abd3220f61e9786e0d7a6bec7b2ab296f0f20e66adc1092dce5e83
Version 20000000
Previous Block 0000000000000000000090007083a4c5b0066025965bf90976dad02bace4e5cd
Merkle Root 3fa8b52ce4b025974d819a63e68ab8828f2f62cad1fc0cc7bf3520e6a8f39932
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.04170970 BTC
Feerates: 200.91 > 4.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,104 (751,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,376 162,376 00000000000008e267326a1dad759dfa24c8c292956f997a633fbf46e9edb5e3 96 0.05/1.00 vMB 115
162,375 162,375 00000000000000a499fe014e111e56a61cb142641272a1fc31a560450a0da9c4 15 0.01/1.00 vMB 14,890
162,374 162,374 000000000000095a0bf9445d1fec0a7fde377f94dbf381a82cbdda6e08214474 11 0.00/1.00 vMB 77
162,373 162,373 0000000000000d38aa9e6443110d764200052a004024f0061ca5637c9ecbde6d 123 0.04/1.00 vMB 14
162,372 162,372 00000000000003fc474b60155d489cc4497ff13b43c1f8c6f52ee2f692e13e70 10 0.00/1.00 vMB 16
162,371 162,371 00000000000003be2182494c3ce1c42c275e75d28a53dd38ea56230e5936d69d 9 0.00/1.00 vMB 0
162,370 162,370 000000000000071e258935bb50f309b8a4d121a437056b35b1912f391e01af84 184 0.05/1.00 vMB 77
162,369 162,369 000000000000030d0a4c372c819f7c231ea0ba58f4408212988008b3dcd8885b 16 0.00/1.00 vMB 51
162,368 162,368 0000000000000239fe106c5b7a5d3278f1da7997fa50c68c1c8e80cd97a13b3d 18 0.01/1.00 vMB 189
162,367 162,367 000000000000009916906209e503649d6be94fabca401fe81cbd971a5683149b 62 0.07/1.00 vMB 57
162,366 162,366 000000000000032e1ba21e830e71808ba4678b5e61abba6fb08f4cc24b607d80 9 0.02/1.00 vMB 616
162,365 162,365 00000000000003c7fec57dc451aef6326ec34f8ba039cbf8326577fe03ca3288 137 0.05/1.00 vMB 58
162,364 162,364 00000000000006f24fcc1efad8aeb6bec3880ae23b5a794990c8450557623ff3 51 0.04/1.00 vMB 2,343
162,363 162,363 0000000000000d243a413e6995d76c0c5e1db2674ae0c82d459491555dfa2a8c 1 0.00/1.00 vMB 0
162,362 162,362 00000000000009db6088cb502c67a0ef946a0fe2e3d3e2c0e900f98ef06722d6 24 0.01/1.00 vMB 210
162,361 162,361 00000000000009ee0f2bcfda721e95397b43f6f72ac0dba63dac7dc4a37e4d25 19 0.01/1.00 vMB 423
162,360 162,360 00000000000000b26085db3599304a850ef579729bc933b1254c064e31135e5c 32 0.01/1.00 vMB 185
162,359 162,359 00000000000008690401bb3f7991acdcc1617de3bf20e77dadf8c648d6bf16b6 25 0.03/1.00 vMB 37,544
162,358 162,358 000000000000027d9ea521fa4fef6fc7a536d8539684bdb905900e44d86a43a0 47 0.02/1.00 vMB 75
162,357 162,357 0000000000000344981c0e7b23fd06a0805e156ad8cd2eb2b4b1c39fefbd5751 1 0.00/1.00 vMB 0
162,356 162,356 000000000000055385e5abe3a29fbdadf429605ee7fcc694803bac293be52a97 45 0.02/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 780.78 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: 559.41 GB
    • Received: 7.19 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.