Loading Tool

Explorer IconExplorer

Memory Pool

81,439 transactions
29.97 vMB
0.08906021 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt ca0d8ec53e4791d128fbe32f0ff397661c0c14c6b6a84c346d053600894c5212
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 665578eb3f7d358af6455191ae68649b6cedae36253d1e39abac1bb9531dbe97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,608
Size: 1.00 vMB
Total Fees: 0.02676131 BTC
Feerates: 500.73 > 2.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (912,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,440 2,440 0000000075bd3a19133a1805c5881d6efb95115c470629d2a1c872cd7111d987 1 0.00/1.00 vMB 0
2,439 2,439 00000000716ec65a3944e4282b67d65a91e42271ec199270ab782c80ac182704 1 0.00/1.00 vMB 0
2,438 2,438 00000000951f6f6673daf5146e2b0d64a9056faa598afadec03cc09664a21297 1 0.00/1.00 vMB 0
2,437 2,437 00000000066397fb85d28f2cdee78c1ad5e1a01cddba2728e728f92a04c6a405 1 0.00/1.00 vMB 0
2,436 2,436 000000008893d0a990594562740152e1468deba0dd59200d9fda72aa828bb006 1 0.00/1.00 vMB 0
2,435 2,435 000000001761898ad018270ad1ac1359946a9977462bd7f5a46661e2ad1acf49 1 0.00/1.00 vMB 0
2,434 2,434 00000000d2ad57633e3f5c1e01993fe32f8570d6f38c09d8b277130490642c27 1 0.00/1.00 vMB 0
2,433 2,433 0000000051047cd40e4eedaf77e20d928aacf6e00d5eff248f4bf76c0220e16f 1 0.00/1.00 vMB 0
2,432 2,432 000000004919b23c81fa5ffec029f005fa9bfd25851a9605b1fcc280e830c74c 1 0.00/1.00 vMB 0
2,431 2,431 00000000eaf6d5a6b74911becc470a77b9312e0fd7531adcb06980936d0116e2 1 0.00/1.00 vMB 0
2,430 2,430 00000000d0c78f4f45bd0cab892f82dabeb5b6b40a73111dd29b050e32e7c1ad 1 0.00/1.00 vMB 0
2,429 2,429 00000000080472b72cbbd0756553927e2260fa48c580ff4c011282974e74bf3d 1 0.00/1.00 vMB 0
2,428 2,428 00000000f79c2cfa2a60e4730626f58719a6aea20729cca0bcb09b720cfac6ad 1 0.00/1.00 vMB 0
2,427 2,427 0000000074772e648f80fcdfebe2d0b3ffc367881b1343127d22506f69d37a5f 1 0.00/1.00 vMB 0
2,426 2,426 0000000022ab27da26bf5857c4b9e744573a75f848a46eb91db3f006f3e08f25 1 0.00/1.00 vMB 0
2,425 2,425 000000004b15656c6ea361efd97cb97c86f2cc8b0766784054d5251df835c736 1 0.00/1.00 vMB 0
2,424 2,424 000000006aea5ee991100b4a3d9b926aa1813d9b995342d4fba6484bc51d76b5 1 0.00/1.00 vMB 0
2,423 2,423 00000000dd622ce79e7ba9ac8a58ad8ec10cc5a94cc1711e99b96b9ed98083fe 1 0.00/1.00 vMB 0
2,422 2,422 00000000aae08040a40f8adb0e11c926e9500694bf2d2fa0f36a8165a2a67fe4 1 0.00/1.00 vMB 0
2,421 2,421 00000000ef8079dcdbf8f6dfbc28de67b6de24f161c7f54075e45c11bfc37be9 1 0.00/1.00 vMB 0
2,420 2,420 00000000c590a1a09c8f579c04a50acef9a81a8a1bf1f026779be4d26a48d6ab 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.