Loading Tool

Explorer IconExplorer

Memory Pool

27,608 transactions
7.04 vMB
0.04674601 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.02/200 MB

Candidate Block

Mining Attempt f8ce6900b001f83c75f3688f77830fb20773e7b6310541f28386452365df35d0
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root c1e0fdfcfb83f7aa1c4336ccc6aaccae66081cb37d8b018b7932ee7fc02299a7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.02412482 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (720,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,524 192,524 0000000000000068aa9405354e371bc45bdfe295fc11f7af630cfc9822fc2d21 0.05 MB 114 209
192,523 192,523 0000000000000716a13c8e9a7f46901d3515b9e781efc102602d1f86652b73d2 0.04 MB 140 29
192,522 192,522 00000000000004bf498c0800c9776cea499a096e10d81de06daf3c646b516f63 0.25 MB 444 150
192,521 192,521 00000000000000c7603d8068eb75ff6470463b6459fde1519e6b5ed55d88926e 0.00 MB 12 633
192,520 192,520 00000000000006644281996ed3bae5f164de46ab88c80154ba97da4d8972c966 0.25 MB 558 147
192,519 192,519 00000000000002e23de6f8e2205ca4e34917e517f4e766c0e2400aaf0ccc0c23 0.05 MB 157 71
192,518 192,518 000000000000024ffae8d2852f7a01aac425ab2cfa1ec90d714d431d0bbef01c 0.04 MB 97 139
192,517 192,517 00000000000002be5f54853686e0e85d9160813b80de42ec55bd582da875b424 0.20 MB 512 160
192,516 192,516 00000000000005fa803f96a8b6db091a0586f3e3a6416e6527087a09bdc4a2c0 0.03 MB 88 204
192,515 192,515 00000000000003346246f31e0be837be24be6dd9c7b6cba8ccb83d4f3f3bc0d8 0.00 MB 11 172
192,514 192,514 00000000000002409bd32b39080021c5ddcffc9d424475c6ef2093d0eb0cab59 0.01 MB 35 16
192,513 192,513 00000000000001f1003efa843b2490f7c5c504eae2fd15e50b76b7c5456a7cf9 0.03 MB 51 88
192,512 192,512 00000000000007f02d68fa2b689fa2d6c90049f339d4f3fbcb5a455f48535292 0.03 MB 54 181
192,511 192,511 00000000000001b97c145d331ae21cc9975682b1de56a952ba7691a9b861b4b4 0.12 MB 272 125
192,510 192,510 00000000000004473d128437e9644537f271b5a4da288f2db61d3a25fcc13022 0.03 MB 80 148
192,509 192,509 00000000000002d0cd62aa793a8d9ae1228904728e2ac8dcf6ca35391ff93998 0.13 MB 299 140
192,508 192,508 00000000000006d121b975152588bb356130eda244f80c879ffd4c364587944e 0.01 MB 44 16
192,507 192,507 00000000000000794042d191b93375fee65b19e5b68447cbec83c0dd5af8124e 0.09 MB 256 270
192,506 192,506 00000000000007e2877db4ea61343a35455808710d5f954b4b260680ffb37ebd 0.04 MB 103 106
192,505 192,505 00000000000007b4f800df94f7024e4f5bcedc992cc72de5d7a5a3a2bed1e222 0.00 MB 9 0
192,504 192,504 00000000000004cf3a6eec1ac726eb0838ab2877a8eab7478f97b3a0d859be73 0.02 MB 34 288
Previous 10 blocks ↓
Total Size: 778.86 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: 392.97 GB
    • Received: 3.53 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.