Loading Tool

Explorer IconExplorer

Memory Pool

41,908 transactions
26.75 vMB
0.05655997 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 15b380ebddab1d39a28a80f5ea998f965e1a2a9986fee2712d349224e4904d6b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (194,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,343 720,343 00000000000000000009e72f7ff42ac36ecfeb4bb2077264169d97dc3561d01c 1,341 1.00/1.00 vMB 5
720,342 720,342 000000000000000000047a69c8fb7e1de874d51b7e3c0f096105efe110e11ac0 1,654 1.00/1.00 vMB 6
720,341 720,341 00000000000000000009eb17a4c0ea055e99d0035848d7ca29343435fdc85d0a 3,265 1.00/1.00 vMB 14
720,340 720,340 0000000000000000000a70f8ee3a766df47819224d2f068039a4632c5519bcda 3,153 1.00/1.00 vMB 13
720,339 720,339 0000000000000000000739682e9d96c26a1d55dc5cae0b240f7abd57e086f106 2,368 1.00/1.00 vMB 8
720,338 720,338 00000000000000000003b9f8d60d7307e3dbdccb255a446e86c054edcf8f1668 1,925 1.00/1.00 vMB 7
720,337 720,337 000000000000000000038ceacdea2e684f6e5d2032f47be890f49ef2213e0378 1,311 1.00/1.00 vMB 7
720,336 720,336 00000000000000000006cb9fd44dcbad632e6807bbb08e4d44e0058f3d33f1fc 2,423 1.00/1.00 vMB 10
720,335 720,335 00000000000000000005abcef9426d12a48ba944f397126be78701c774c519ba 2,624 1.00/1.00 vMB 7
720,334 720,334 000000000000000000020348e06a67748f8eb7315a8cee9bfd148d45ca72c3a9 2,371 1.00/1.00 vMB 13
720,333 720,333 000000000000000000018cc84450342f20b0ae41a156a340bfc3bcf6dc11b82a 2,507 1.00/1.00 vMB 52
720,332 720,332 00000000000000000008d8f24109acddb13c09db10c7acefada67ce62fbb3a09 2,740 1.00/1.00 vMB 43
720,331 720,331 000000000000000000055a9f1a06b6bb3fa33ce82fac263b36f1caa55e772287 3,119 1.00/1.00 vMB 14
720,330 720,330 0000000000000000000696732a48ae744cfdb0a477defcd7d3721ea646b09899 2,082 1.00/1.00 vMB 10
720,329 720,329 0000000000000000000561bd9c741a0742ddb69d240fe2030045d8cdc3a31a54 1,996 1.00/1.00 vMB 11
720,328 720,328 00000000000000000003e61ed8f51c2c32fd42492120781113b72a27ba724d64 1,180 1.00/1.00 vMB 3
720,327 720,327 00000000000000000008a4bcd5c811a7d008843106b38e682339c11db420503d 3,164 1.00/1.00 vMB 13
720,326 720,326 00000000000000000004dfad5cff6157ca410ab4ba7eec6d5c09672861d8d0c7 3,301 1.00/1.00 vMB 9
720,325 720,325 00000000000000000004a8a0af4867c34ca0f6dcb4a2ca54553550aa51dea080 3,302 1.00/1.00 vMB 15
720,324 720,324 0000000000000000000652dc242d378f5e43b2abd0e6f14342f4dfbaf2c42c90 2,397 1.00/1.00 vMB 10
720,323 720,323 00000000000000000006feb27643f34a14149f4d094fb01f1161d315246a2503 2,753 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.