Loading Tool

Explorer IconExplorer

Memory Pool

79,034 transactions
29.57 vMB
0.07115480 BTC
Random Selection Loading Transactions
Max Size: 177.73/200 MB

Candidate Block

Mining Attempt 9b626873c1969f8a5a472c6bdae6da1ccbd514236c3eb1291c7e067a9396f16f
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 57bc4deaf7ef5611fd7b5bda1e0dab24935ba344c3cf15bbd48c85554671e115
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,605
Size: 1.00 vMB
Total Fees: 0.01096427 BTC
Feerates: 60.27 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (446,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,380 468,380 00000000000000000130d226393cb6bb8a04769016323ba7784fe50e2bbf5fc7 2,381 1.00/1.00 vMB 397
468,379 468,379 0000000000000000005fbfd4bac834447f811bf7719e4382c08655b2f5e4c64c 2,312 1.00/1.00 vMB 320
468,378 468,378 000000000000000000f289340ae6f01dcad1a7da46b096d59718af030fbf38b4 2,232 1.00/1.00 vMB 404
468,377 468,377 000000000000000000ba01083d0741934998b9d4776b3ed1e4506318c151e510 2,074 1.00/1.00 vMB 255
468,376 468,376 00000000000000000076c9ba43e19d556cff37dfec24d5b94cfc2b99afd4f5d7 3,660 1.00/1.00 vMB 247
468,375 468,375 000000000000000000e04fc760cd3e735c35b007f09a9e381686ea2f6de47d50 2,596 1.00/1.00 vMB 287
468,374 468,374 000000000000000001b2088015dd9272c54a56ae272201e3d0a082ae9888a783 2,089 1.00/1.00 vMB 323
468,373 468,373 000000000000000000f530778585d6fa977b905894d2d5daca3fd2d238c4fa02 2,554 1.00/1.00 vMB 322
468,372 468,372 0000000000000000016398cd899406fd720c96b864a372a0c0399449d19f0a0b 2,467 1.00/1.00 vMB 331
468,371 468,371 0000000000000000015dbd4c8ce99007d0de9fce3f6332e8b9bdda140e9df7fe 2,380 1.00/1.00 vMB 348
468,370 468,370 000000000000000000e3d8481781cb2a10bf4a7cf15c0dee8ca1c38d669d9642 1,464 1.00/1.00 vMB 265
468,369 468,369 00000000000000000181412cdd56c02c01f2ba402f7100236df65d94c4f3408c 2,147 1.00/1.00 vMB 328
468,368 468,368 000000000000000001975967ee17bc02155fc57c398e7d0d75cc906fa45883a6 2,286 1.00/1.00 vMB 387
468,367 468,367 00000000000000000123fe7b95dfd90bb8d80189ef59616acfef6668659aee52 2,049 1.00/1.00 vMB 274
468,366 468,366 000000000000000000b42a4fde932b54ba245ff33fc317c7144e3928cb593e58 2,464 1.00/1.00 vMB 356
468,365 468,365 000000000000000000c799a3c0239e942070eeb7a0833ff015b756af6da081b8 1,322 1.00/1.00 vMB 257
468,364 468,364 00000000000000000155cd04f8ba95715014dfba1656df61b8d76431b84407b9 2,321 1.00/1.00 vMB 257
468,363 468,363 000000000000000001a6c4f01e500e478c2613a37570a60cedc4236bd9a9672b 3,048 1.00/1.00 vMB 245
468,362 468,362 000000000000000000876695b9b230221cf6675e201673b76af9331b5d4d2226 2,431 1.00/1.00 vMB 318
468,361 468,361 0000000000000000008bfcd39be991cab64ea8a51b7ee7e811c695146e5c3820 2,494 0.99/1.00 vMB 401
468,360 468,360 000000000000000001c796198c2b22dd55c16e04657f3cc8e2575c37c8b9ac99 2,503 1.00/1.00 vMB 343
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.