Loading Tool

Explorer IconExplorer

Memory Pool

26,829 transactions
8.34 vMB
0.06778166 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.36/200 MB

Candidate Block

Mining Attempt bd766dee17ebc170c9be82aa29ac29587c6946e75ac88aef2eee750a433c5f35
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 60ad129b7f1a8efe6473a0d069df9996f4af87f192878c60e04bac75b9ce52d0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,972
Size: 1.00 vMB
Total Fees: 0.02260908 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (688,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,309 224,309 0000000000000269469feb86f267e1aecd223f75ccdc564d68e2309af16ebf88 0.16 MB 361 179
224,308 224,308 0000000000000091fa2737a2536b7690bc469714f866450e3f23c670d124b5f7 0.25 MB 497 160
224,307 224,307 000000000000004dc9025da3fce9aae275ce10025b2ece1bea60f35b8ced521a 0.13 MB 104 59
224,306 224,306 00000000000002e91cb0f9eee20d798c050c89ff21234f632abc943d442d44aa 0.25 MB 651 224
224,305 224,305 00000000000003119c05d0a0086c2b19fcb6465f4adc1c039e4ccbb9d042bcec 0.25 MB 845 287
224,304 224,304 00000000000002447d3c17a13bbf549dc66da77b5b6d584c532d6ea59b5441e3 0.00 MB 13 310
224,303 224,303 00000000000002aeb4e5e4057bf49c53f6060623004549a70f43fe3c31bcd361 0.16 MB 481 188
224,302 224,302 000000000000001c3122ee0bb2645f6085aab4616c9ffb10ee6b8017e252ab24 0.05 MB 134 129
224,301 224,301 000000000000000b34819029bee4557efd485c077248d75d5b0489c04d7e0698 0.09 MB 172 170
224,300 224,300 00000000000001eafa23d0afb6ab3bfc65b169d645c2f782efe774aab9ea1252 0.02 MB 48 99
224,299 224,299 000000000000016fa677e372ba48a9f8114f8f30c07f160816064f3e07254312 0.23 MB 517 238
224,298 224,298 00000000000001da0b59920f3c7c258666fc82b6a5125cb48a4ea8a70b6cc7f5 0.21 MB 540 207
224,297 224,297 0000000000000208cf7c6f1f8dd2ac0bc2f8bf2812ae0c843aa1443e0d08e4da 0.28 MB 236 5
224,296 224,296 0000000000000388c67b5dcaf26c875ec95a982238d1f164d0fb27b9c5371b65 0.14 MB 351 147
224,295 224,295 00000000000001d44daffb6aee8692796129304007ac68be672a7a4368d384e5 0.25 MB 379 142
224,294 224,294 0000000000000096b031dd6eb89cfa1760cd07133d9b6446eda6a24bc76bdd4e 0.25 MB 587 1,275
224,293 224,293 00000000000002bf3cfa18c95dc29bae0734224e22ce393909a341ae404353e2 0.23 MB 469 177
224,292 224,292 000000000000028a10c527675fd5b7885de0f3aedd3a158c0352785bf08e5c8f 0.25 MB 651 219
224,291 224,291 000000000000007c41d563823830859a385e911f7922a4b91cc70f4e16ecad83 0.05 MB 93 357
224,290 224,290 000000000000001593dd69dd9805c4bccade95b8affe1e0f709c4e1a9c2c1e25 0.12 MB 271 173
224,289 224,289 00000000000003cfd4553aa166b5ae11cc908d00339bece1da4753b6595cbb98 0.24 MB 586 195
Previous 10 blocks ↓
Total Size: 778.83 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: 374.17 GB
    • Received: 3.38 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.