Loading Tool

Explorer IconExplorer

Memory Pool

76,993 transactions
29.03 vMB
0.07792923 BTC
Random Selection Loading Transactions
Max Size: 177.65/200 MB

Candidate Block

Mining Attempt c5f71efc0d9e99836f003f82c6b2ad26837e491a200060de78948c6b49e7fbee
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 09f8033474a92a6622418e585bf47f7a528713c3170733abf656aad0a8051bb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.01454127 BTC
Feerates: 301.60 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (74,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,289 840,289 000000000000000000012838f21141e833dadde292f90abe1fb12b73e448fce6 3,259 1.00/1.00 vMB 94
840,288 840,288 00000000000000000000c2d3fa247c99a6c6e09bc92d26c9f6c7266ee94b7a6d 3,997 1.00/1.00 vMB 127
840,287 840,287 000000000000000000004e805aff3078627eb16d9dc5e1e60ac80fddbac91134 4,438 1.00/1.00 vMB 179
840,286 840,286 000000000000000000028652d3df6d93feba90795e0783255c3e43d263d22c3c 4,680 1.00/1.00 vMB 175
840,285 840,285 0000000000000000000313c62857d18572a45b742a5776949a181d69886f5424 4,523 1.00/1.00 vMB 204
840,284 840,284 000000000000000000031e1576c6a084e17e16c2ff2538edf30eef96826d71c2 4,254 1.00/1.00 vMB 139
840,283 840,283 00000000000000000002b69db25263a6d3a66a64340dd14f0c7169236b3e1f65 4,286 1.00/1.00 vMB 326
840,282 840,282 00000000000000000002dc94893946696bbbd59100ec6619ffc93d3cc1a0094d 4,066 1.00/1.00 vMB 139
840,281 840,281 000000000000000000026e08435493f23adee600be0924b5536802590b75263c 3,645 1.00/1.00 vMB 111
840,280 840,280 00000000000000000000c9f0749f63791fd04486de8dd9f4d37910e3febe6407 5,366 1.00/1.00 vMB 166
840,279 840,279 00000000000000000001ab71fa4bdd06ecdb7977f0cc5232481539833ff0d0cf 3,020 1.00/1.00 vMB 87
840,278 840,278 00000000000000000000f9f538dba8b29bf4e6ffedd01d49d5dafd0cd4d93269 3,723 1.00/1.00 vMB 100
840,277 840,277 00000000000000000000faad5d7aff55e8d6404f01d14ed03c42a386de810849 3,881 1.00/1.00 vMB 102
840,276 840,276 000000000000000000031f880a163b1f2ad628f29b8f4d8073fc028ebbe145f2 3,134 1.00/1.00 vMB 99
840,275 840,275 000000000000000000006cdb3235f2c7d63ab36ce88984ff8c2b5281eb46a183 4,387 1.00/1.00 vMB 194
840,274 840,274 000000000000000000014c9a7a38232b823c36a12f2b1c4953d6e90d5c7be809 5,235 1.00/1.00 vMB 125
840,273 840,273 00000000000000000002b6c8f69256026e6226a721b131caea04fe899d15dc3f 5,921 1.00/1.00 vMB 184
840,272 840,272 000000000000000000032e1b5645a56b515f55b6ebeb708f16311073438b0275 3,496 1.00/1.00 vMB 90
840,271 840,271 00000000000000000001bfe9cd62fd7872f2d1144d1c533c7b30bf03a14ad731 3,481 1.00/1.00 vMB 103
840,270 840,270 00000000000000000002254c1579606dca88b4b502b8060b30134d9931d34fe5 4,152 1.00/1.00 vMB 104
840,269 840,269 0000000000000000000090d7ab9e2915f46195fbd4dbec09a088d2e168d667dd 3,703 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.