Loading Tool

Explorer IconExplorer

Memory Pool

82,872 transactions
31.88 vMB
0.11911927 BTC
Random Selection Loading Transactions
Max Size: 191.28/200 MB

Candidate Block

Mining Attempt 9f0182ee056160d26c6043f3b1b02fd54b8a776fae997ac0091412fe60458448
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 9cb5ce5c9f0786bb933f62b366efc6833535c821da3f0566c53790ccc37964d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03137597 BTC
Feerates: 318.30 > 3.14 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (446,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,503 468,503 000000000000000000d42395bb11e8832755a7b140d520e6381d58b6ed2e5dc1 2,898 1.00/1.00 vMB 369
468,502 468,502 000000000000000001ac8cfae01520ca75bb68bdd6338bad3ec6a4f0c99f48ef 2,640 1.00/1.00 vMB 352
468,501 468,501 000000000000000001b74f12f7c7f362a27400da63f2a1d0a53827d13aa34849 2,382 1.00/1.00 vMB 301
468,500 468,500 0000000000000000012227fecc456f5aae7cc51570390a4036b52c93ebdc0c2d 990 1.00/1.00 vMB 193
468,499 468,499 000000000000000001d42b509d37fabee1386cbde478e579f6d24a96ab4d9bd7 778 1.00/1.00 vMB 147
468,498 468,498 000000000000000001cafc317443a4eac370eef3f9b32332556b24c9b50fb44d 1,228 1.00/1.00 vMB 160
468,497 468,497 000000000000000000f2a1fe6f539ca6f072c34aa628f95648abbe92c5e605bd 1,688 1.00/1.00 vMB 270
468,496 468,496 000000000000000000729c72e1538a6113ef2e451bcade6e5c079107415f4d61 2,011 1.00/1.00 vMB 199
468,495 468,495 0000000000000000009c052962ef3f85d174c5989ab86029415ee99bae53277c 2,153 1.00/1.00 vMB 265
468,494 468,494 000000000000000001a1c1541385862b1fd5005e99eb3847dc9a2f34fd7c6237 2,284 1.00/1.00 vMB 243
468,493 468,493 000000000000000001986052d00a4b02d29fdc1464d6c013237b702a5d21dc3a 887 1.00/1.00 vMB 207
468,492 468,492 00000000000000000035ce5f741dc3b0e8fa8202bcaaa1c29ae0be6b9b419e89 1,939 1.00/1.00 vMB 317
468,491 468,491 000000000000000001352e8e349f1d1395dfafb59815fff54c334c240d610055 2,102 1.00/1.00 vMB 364
468,490 468,490 000000000000000000b4c69925b52d066f8c129ccefd75c6d1eef84b0499e31c 2,105 0.75/1.00 vMB 298
468,489 468,489 000000000000000001460955f5d8f9c6e1e4017748befc880252bf76e4b91ef3 1,999 1.00/1.00 vMB 279
468,488 468,488 0000000000000000007ba319a2fe7e87367ccb4442645cea99a9157c7957130e 714 1.00/1.00 vMB 183
468,487 468,487 000000000000000000818727eea59e47d622f0a8d8448b247e993143e7e8f767 1,857 1.00/1.00 vMB 191
468,486 468,486 0000000000000000017e3066acbc87da597aa300b878683fc41330b4b37e44fb 1,801 1.00/1.00 vMB 269
468,485 468,485 000000000000000000b23263d03305c3c41c843a98a42a9d3c4b9ba175e2cbe5 1,580 1.00/1.00 vMB 199
468,484 468,484 0000000000000000015307912dd38b4127434d480bd5f062861ea2fdcb779dbd 1,592 1.00/1.00 vMB 266
468,483 468,483 000000000000000000579d22990060eef9b8c246b02f9cdc4a5af428caf37e31 2,282 1.00/1.00 vMB 282
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.