Loading Tool

Explorer IconExplorer

Memory Pool

78,981 transactions
29.59 vMB
0.07344862 BTC
Random Selection Loading Transactions
Max Size: 177.57/200 MB

Candidate Block

Mining Attempt 6d04a884f69c70a69e7ffa3b428bbe55dc2fd18bfda568da4dc34ee9b2a1675f
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (387,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,563 527,563 0000000000000000002b5222c4190126fba103d14769bc4bccd25c571f0c89ae 645 0.50/1.00 vMB 10
527,562 527,562 0000000000000000002279a2488fde5959802f27cf25c107d65672ab46b4d12d 1,031 1.00/1.00 vMB 11
527,561 527,561 0000000000000000000a548989e03fa0dddc39253cc16f8c54b7b90a8249e659 1,065 1.00/1.00 vMB 12
527,560 527,560 00000000000000000022e9b75242f1286d806a7866d035aa4a87f9b6b6aa5dcd 696 1.00/1.00 vMB 6
527,559 527,559 0000000000000000003321d7bf06bb26160e76c09a83fbee71b8ab33877a0dca 2,334 0.99/1.00 vMB 26
527,558 527,558 00000000000000000013d5c3734aaca42100125bed63949ecaea712d360cc83f 618 1.00/1.00 vMB 5
527,557 527,557 0000000000000000000d6a1203d169a47418aad905e5c4d3c4a91939b4dea69d 1,454 1.00/1.00 vMB 17
527,556 527,556 0000000000000000003802d95d3969cc4e5207160f70247c1f65e83276661ba1 2,129 1.00/1.00 vMB 22
527,555 527,555 0000000000000000001de26d902fedc90ab68123b2c4e7771c78b503865dc8ff 1,886 1.00/1.00 vMB 24
527,554 527,554 0000000000000000000f4607a95b5d2b259256ceb9353f2a9a09c5cc29275fff 772 1.00/1.00 vMB 7
527,553 527,553 000000000000000000291ebe105199d0a8be18b148b150c4b70513a3b3eaf8ea 2,828 1.00/1.00 vMB 15
527,552 527,552 0000000000000000001f2524ac1cc6368572efdb5619857a564456c229426e80 2,218 1.00/1.00 vMB 28
527,551 527,551 000000000000000000314d6de62655b36a9e81116f17c3be8bc2952727dac0a1 2,643 1.00/1.00 vMB 42
527,550 527,550 000000000000000000295988affc2774247a5259bd310ec0b5b1751897f884be 210 0.07/1.00 vMB 27
527,549 527,549 0000000000000000001452e98b9f93c3d1abcfa33d09d9c1b1e8457ec25ba300 275 0.13/1.00 vMB 18
527,548 527,548 0000000000000000000607d68070fee957ccf1bf09442b975fb6751616474ea5 953 0.57/1.00 vMB 27
527,547 527,547 000000000000000000368a270c18c84c0f54c07370119f896fa5233fddeb6d6f 668 0.38/1.00 vMB 17
527,546 527,546 0000000000000000002b04ff1aec18fe2d5bd076e2da5b69006e1f0e01adb22c 1,662 0.78/1.00 vMB 29
527,545 527,545 00000000000000000035b0e91c1a00c07753299acf5e09db5bfee92573f7ba86 1,471 0.82/1.00 vMB 20
527,544 527,544 0000000000000000003450dea9f64300ef8aae5c46bfa1ed78ae51afd8868076 1,633 0.99/1.00 vMB 21
527,543 527,543 0000000000000000001b4e8bbb718e2af58ad64ae1e01025c615fd16bb4659a7 1,164 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.