Loading Tool

Explorer IconExplorer

Memory Pool

39,583 transactions
25.85 vMB
0.05240966 BTC
Random Selection Loading Transactions
Max Size: 134.39/200 MB

Candidate Block

Mining Attempt 054d01a808a9b38e41e504216bbe27fae32b111dd6b7c810f9567eb5df127463
Version 20000000
Previous Block 00000000000000000001c36c54bd23b3a107a616ecf778bf860499dd6b12a600
Merkle Root 96f1e29d98e0327988d8e9403da20102ae488081f6de9f4bd62218938c7f6dc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,151
Size: 1.00 vMB
Total Fees: 0.00551153 BTC
Feerates: 40.21 > 0.55 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,763 (393,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,507 521,507 0000000000000000003229defe59023daf42aa5b6e6530eecabbfb3d9d239bde 1,372 1.00/1.00 vMB 23
521,506 521,506 000000000000000000182dee00b770880c03296726069e51b4fe74dc81687324 3,169 1.00/1.00 vMB 21
521,505 521,505 0000000000000000000d060b911bcd80d4fb7505f602964423ebfb85a280f09b 2,279 1.00/1.00 vMB 53
521,504 521,504 00000000000000000005522e5b1d7592542a66f52bdaf2859d323d28d2e2ecc3 1,983 1.00/1.00 vMB 28
521,503 521,503 0000000000000000000cff49231bd53a6858c8be6c285097452b575f22fda9fe 162 0.04/1.00 vMB 31
521,502 521,502 00000000000000000042fd0bd4a8f22771316a9f45e2c5086c29fe9178bf9d05 2,385 1.00/1.00 vMB 24
521,501 521,501 000000000000000000238494d37dea8e644b108de7402828f924f9eec640a9c6 748 0.81/1.00 vMB 7
521,500 521,500 0000000000000000002301c2c3daab266dfedcab61e4bc535024f38cba78dfb5 2,277 1.00/1.00 vMB 35
521,499 521,499 00000000000000000016f698e901c2cd364ac570a2f4b029f08e1279c4d8baf6 1,861 1.00/1.00 vMB 10
521,498 521,498 00000000000000000038b4ca47775349018701d39e52e633054835b6b54ea28e 2,416 1.00/1.00 vMB 44
521,497 521,497 00000000000000000018247eb50670a6c6d8c054ad8def20ee1cb315ba75d152 1,600 0.78/1.00 vMB 34
521,496 521,496 00000000000000000017e17547beb12c6b573b3b5ee3e3675d5490d4304d64a2 729 0.38/1.00 vMB 25
521,495 521,495 000000000000000000151dfb1b8113ac9ad61eec9a6f6358e1e5a4e780ecc311 249 0.09/1.00 vMB 38
521,494 521,494 00000000000000000006c376a10f65335d57967c10dc02915524e55f50fae270 1,390 0.68/1.00 vMB 14
521,493 521,493 00000000000000000014db12f7186f7609ee83a3902d47853dff776a9c0f2080 2,104 1.00/1.00 vMB 6
521,492 521,492 0000000000000000003e2903597a43cd7a27f8110bd0c9925688c4f9f9f5f1f4 2,276 1.00/1.00 vMB 25
521,491 521,491 0000000000000000001cbd1c6930916f7eb2d92df75a26e5f00860e80ca8f967 1,396 1.00/1.00 vMB 24
521,490 521,490 00000000000000000010edbc5f770aa4fc78f2c71457c2c1e191ef48b690d568 1,981 1.00/1.00 vMB 13
521,489 521,489 00000000000000000032b3a330273fc97eb1e30244078ae2f0b11e2c6c1fc2e7 1,902 1.00/1.00 vMB 14
521,488 521,488 0000000000000000001268215345685d7b20a427afbfdd8f9da910b52654a25e 2,802 1.00/1.00 vMB 46
521,487 521,487 00000000000000000001723281f74eb01a6372c06f945f349668f018c23e14ea 1,679 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.96 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: 647.71 GB
    • Received: 12.97 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.