Loading Tool

Explorer IconExplorer

Memory Pool

31,869 transactions
18.57 vMB
0.04683761 BTC
Random Selection Loading Transactions
Max Size: 99.20/200 MB

Candidate Block

Mining Attempt a091b30bfd8ba6df1d0e763941db5e05c1db5f44491491aad10a3762925037dd
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root e367a86f49a2424d15615e157e4cbdb75780f3a2892c3e9bdd949072dbd47f21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,702
Size: 1.00 vMB
Total Fees: 0.01171081 BTC
Feerates: 150.77 > 1.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (803,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,405 110,405 00000000000018b956e3c90b60fa7880a41a5c6b5abc1616d9b3ad31316f5aec 3 0.01/1.00 vMB 0
110,404 110,404 0000000000014328edc4ff449046453ada8f3f720afe8edd128b869f9b35806f 16 0.01/1.00 vMB 0
110,403 110,403 000000000000e919458c2448532ac11410a8ad820a44890703dd343336545736 9 0.00/1.00 vMB 0
110,402 110,402 00000000000197871783aba688eb2720820439cd8559e5ac90057d7bd369546b 10 0.00/1.00 vMB 0
110,401 110,401 00000000000096fe90cd3e46dd98a5f193a6b5133a7d7fabcbb2aca82a308fb6 7 0.00/1.00 vMB 0
110,400 110,400 000000000001133ef720a8d9162b2fed76dd79f99894b9a46b905f5b26b28165 11 0.00/1.00 vMB 0
110,399 110,399 0000000000008510276626e3cd7c22a79f1491d73fe74f32c8559a1d5d783137 12 0.00/1.00 vMB 0
110,398 110,398 0000000000009754e6ede6205d66a6a0c2c8cfd172fb923919b93e7b2f00f5d7 12 0.00/1.00 vMB 0
110,397 110,397 0000000000014a101d92125a01097e20efa1b5d8a04a3b1c861ba255cd15b52d 12 0.00/1.00 vMB 16
110,396 110,396 000000000001ac6d43fb6e4c66be9b7825a6311b568bb68799f3056266246652 17 0.00/1.00 vMB 0
110,395 110,395 000000000000a6903a552e258f5c3fbed4e316480df4af14cc50ea8984c12fa2 5 0.00/1.00 vMB 0
110,394 110,394 00000000000080ae1e172b3d9de8db0efc9fc3a8792ebc259f74ce272ba95375 13 0.00/1.00 vMB 0
110,393 110,393 00000000000120395be38433176f1769055eaf0c842f1806b5b6f497b5e00b16 2 0.00/1.00 vMB 0
110,392 110,392 0000000000017c07bb8d35d050b757d5f9dde8a58c8fff19a6c4aea5e8346741 4 0.00/1.00 vMB 0
110,391 110,391 0000000000016b497ae7d5b422a54b5cb49e4f26ac1ed0e214ba7018962de00e 6 0.00/1.00 vMB 0
110,390 110,390 00000000000032ab99e08a532e6adea0054f010226849566ecf8fbbf081d4767 6 0.00/1.00 vMB 0
110,389 110,389 000000000000e7f3ed934d4d7a338d678b8e5ccdd99e90ea1cf68480c7c1eae5 3 0.00/1.00 vMB 0
110,388 110,388 0000000000009ab1b6770447847b6cf944f14f603dc9c710c844bd1675e8eb38 2 0.00/1.00 vMB 0
110,387 110,387 0000000000003d96287fee8f12b63284b771e4417fe8275a0d83ec75a13e9d43 1 0.00/1.00 vMB 0
110,386 110,386 0000000000000251874583ead91f8c52bc4179755b66a01c9035f7718ae55767 12 0.00/1.00 vMB 0
110,385 110,385 000000000001bcc33c714e66bea29a690c4a9ebcbb3b556cf6bb9e5a1df72a19 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 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: 561.41 GB
    • Received: 7.39 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.