Loading Tool

Explorer IconExplorer

Memory Pool

88,401 transactions
33.78 vMB
0.13760422 BTC
Random Selection Loading Transactions
Max Size: 199.78/200 MB

Candidate Block

Mining Attempt 83662a4a2e3d439df51f5a788ec45439630b985e18aaf7bcb59f794c9ee30203
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 39e7bd276c4998fcd97b4729f89d2e04eb156bf6ea1f18262252b926a52fd367
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.05523777 BTC
Feerates: 469.97 > 5.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (227,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,079 687,079 000000000000000000059083539f41f3ef90ec682fff33ea85790c1cef4639f4 2,815 1.00/1.00 vMB 48
687,078 687,078 0000000000000000000655b0e3d6a8271c8cc51d6f8d1d6fdd0d13db45026c2e 2,813 1.00/1.00 vMB 54
687,077 687,077 00000000000000000004b0277bde4e81f3f35de0870a9e6051b5093e043f4dfb 2,558 1.00/1.00 vMB 41
687,076 687,076 00000000000000000008ead9617eecc41c3b520a4528198b68a8bc9b8c01065e 2,564 1.00/1.00 vMB 40
687,075 687,075 0000000000000000000d3852138e415daced0eef8d638e921795756dcffdae15 2,654 1.00/1.00 vMB 34
687,074 687,074 00000000000000000008921c517a35ae9cf2794d47d28e0a8d2e4de0bdeccda4 2,766 1.00/1.00 vMB 79
687,073 687,073 0000000000000000000b7cc0aa03cf80e8999030dd7619194104be5802502985 2,940 1.00/1.00 vMB 24
687,072 687,072 0000000000000000000050b3b8b2b98481ec63237de3894e9e497b24520aa09c 1,801 1.00/1.00 vMB 36
687,071 687,071 00000000000000000009fc9175f79c95124a8c77e06195777eb5ece311da4c91 2,421 1.00/1.00 vMB 32
687,070 687,070 000000000000000000005177781815936656959e2e90fcdef55b7b1ef3f7e778 2,504 1.00/1.00 vMB 31
687,069 687,069 0000000000000000000ac1826f1274f07257855e8a8c9f69ae268ff19d6125ec 2,655 1.00/1.00 vMB 66
687,068 687,068 000000000000000000050122d695d1abee6a68c462efc46243c34b8f43212b6a 1,743 1.00/1.00 vMB 37
687,067 687,067 000000000000000000087c02cb9c8700beae09fe3c1aa604aef1f54124638906 2,460 1.00/1.00 vMB 52
687,066 687,066 00000000000000000002681cc8047aa337e9eb88f34bef69b58eb00f8b5f97df 2,348 1.00/1.00 vMB 44
687,065 687,065 00000000000000000000d519065abaf84c226dda63f56b0c188d0799f2f52bd2 741 1.00/1.00 vMB 27
687,064 687,064 00000000000000000002ef24ac9d7fb9c193d3b94c26b1d4e1b58c049044e39c 2,197 1.00/1.00 vMB 39
687,063 687,063 0000000000000000000aade5c018b85f63db74f6d97b98ab0763a5170f44a27f 2,154 1.00/1.00 vMB 42
687,062 687,062 00000000000000000001ee66ebf42ed5561a6afb6b14a4b32df5c9ce241b1ccf 2,778 1.00/1.00 vMB 56
687,061 687,061 000000000000000000007b1adb713bec946ef2f25527220aab48c370f1f69a2e 1,384 1.00/1.00 vMB 35
687,060 687,060 000000000000000000018ac8360de976c4af0eec504754c6ae15f84c5b81cca0 1,465 1.00/1.00 vMB 53
687,059 687,059 0000000000000000000c315079c9390cd0df9fc3c21151372b619ead840b4fbf 1,878 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 657.85 GB
    • Received: 14.56 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.