Loading Tool

Explorer IconExplorer

Memory Pool

79,145 transactions
29.46 vMB
0.08402182 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 5d2ba5780bff4ec562e3a014df29af644236ea2ab1bfe8b33ba7f909ff1c2f8a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2a474b7a7c40ea92cf991272b2233d2d9cfee250c3afc9cd252552cdec433ade
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.01926049 BTC
Feerates: 402.60 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (232,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,428 682,428 0000000000000000000313e302268f7f5c76e624d03e049ad5d9425468048915 3,005 1.00/1.00 vMB 79
682,427 682,427 0000000000000000000834515d7fbeb3742bdf6602d287e759c646065fb8e34f 2,982 1.00/1.00 vMB 89
682,426 682,426 0000000000000000000b84b00d65251a173e8cc4570e56752a6c93c6ab2ae408 1,493 1.00/1.00 vMB 93
682,425 682,425 0000000000000000000caf06939ec50deee57f182e8ef7a7cab90f0c2b06a9be 1,009 1.00/1.00 vMB 84
682,424 682,424 00000000000000000007cd9e1fdd56675d1a68586f0f513ede820644a5bc4b14 1,310 1.00/1.00 vMB 90
682,423 682,423 00000000000000000000ec972c51e7e47ff42960181a1c836b282dc2c5b46bd6 2,528 1.00/1.00 vMB 91
682,422 682,422 000000000000000000007206d05ef50c0293cdf4aa71e49dca22f46ec95d4f34 2,990 1.00/1.00 vMB 107
682,421 682,421 00000000000000000008e9b2de5007fc78e6a17cca07f459427e24796f30ad65 2,661 1.00/1.00 vMB 94
682,420 682,420 00000000000000000001036bef99b40c06fc2e46bd4462ff6370216ed27f5933 2,458 1.00/1.00 vMB 97
682,419 682,419 0000000000000000000d71cfa5d789645b854a9065ab4221134b8bb4c127ad5e 3,188 1.00/1.00 vMB 120
682,418 682,418 00000000000000000006bd1627735ed94ae5abfdbad7380e2360f4d9c697f200 2,825 1.00/1.00 vMB 97
682,417 682,417 000000000000000000003ea9c671f11cc77bb2c91c84c047da438aefbebb9fac 1,638 1.00/1.00 vMB 90
682,416 682,416 0000000000000000000c905b3cea6020615c5581681d98de199211ba628739cb 2,900 1.00/1.00 vMB 112
682,415 682,415 00000000000000000006e2f004d7beb844ac676aa91c0cf1496e4c2f54ccbe46 1,321 1.00/1.00 vMB 90
682,414 682,414 00000000000000000009ce6eef2c10303a097bdd9cb8dc9cb41fb77d5fcd1265 1,889 1.00/1.00 vMB 97
682,413 682,413 0000000000000000000c81242f87175593c5e91a0179e57bb5a057c1e94d8c47 2,282 1.00/1.00 vMB 88
682,412 682,412 00000000000000000000afdc24bd6003c6e0cff0d74c7afd9987fcd680b50600 2,904 1.00/1.00 vMB 101
682,411 682,411 0000000000000000000388b4471b10bda655f946dbeb2fdced750b34d850a21d 3,169 1.00/1.00 vMB 118
682,410 682,410 000000000000000000015fe8498b52691c3010956fa6e3a96b406d7e1c2a08ee 2,542 1.00/1.00 vMB 92
682,409 682,409 00000000000000000008b324e3cdb09786ea7dcf1c681aea37b3ae92c09ea4ef 3,122 1.00/1.00 vMB 117
682,408 682,408 000000000000000000062a0cfe938f8a918992f99df6b51d61ea2bc261b36ca9 2,023 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.