Loading Tool

Explorer IconExplorer

Memory Pool

80,417 transactions
29.77 vMB
0.14614559 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 0624ea74c2b655f91e59b8b0606fb39bbb01da89930bb184edb89a5b3c92cb48
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 49abdf6aff1c58b4c2cd74d5a27896b53dc0dba474b09a1691b80aa6656d03fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07902280 BTC
Feerates: 502.67 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (274,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,219 640,219 000000000000000000074c559b9ce2393c58b074dd74635cff8b90b2599922c8 985 1.00/1.00 vMB 92
640,218 640,218 00000000000000000000ee43f2dc59ffedf64dba067c37354da5ddd4868584eb 2,194 1.00/1.00 vMB 89
640,217 640,217 0000000000000000000d43f094c1054d9945b94a4442f9bccaf6cf0877257331 2,546 1.00/1.00 vMB 104
640,216 640,216 0000000000000000000ad48b2efc0bd755dc5f8b406af4c364436b7f59483e33 3,060 1.00/1.00 vMB 133
640,215 640,215 0000000000000000000125ce250d1107f440124b7733b790bf14ff0f02232edd 3,269 1.00/1.00 vMB 126
640,214 640,214 00000000000000000006fb621ce725b50553a9b81d6ac438b9c2750a70005606 2,900 1.00/1.00 vMB 92
640,213 640,213 0000000000000000000d0ec7cccfd0da68b7d8e274eea781bdf2eb2f74fa7a4a 2,901 1.00/1.00 vMB 97
640,212 640,212 0000000000000000000914f0f4b5b16762870eca0ce5ff1faec2018ec9f9aeec 3,072 1.00/1.00 vMB 122
640,211 640,211 000000000000000000020c8850511991e1fe6462a3a7e69e42e65c7f658ffb9d 2,993 1.00/1.00 vMB 103
640,210 640,210 00000000000000000002a7c0e607cdd7bb4eebe893736a9166682a2255f14950 1,960 1.00/1.00 vMB 112
640,209 640,209 0000000000000000000397fb6bea200a622a1748302c404e946163f952526617 3,022 1.00/1.00 vMB 136
640,208 640,208 000000000000000000020235ed7ded51fb403c1d9f613c6fe6ddd1417270337f 3,184 1.00/1.00 vMB 102
640,207 640,207 00000000000000000001c605359f5eab769a6af269eb19782bfccaf523ff4cc6 2,854 1.00/1.00 vMB 108
640,206 640,206 0000000000000000000d98552a89fc5f15b0f671e6846e52e07c9a16503a0c34 3,119 1.00/1.00 vMB 108
640,205 640,205 0000000000000000000956cddf30a5b68cd3ec84ad3a7dd7879d0cb00ebbb588 3,299 1.00/1.00 vMB 112
640,204 640,204 000000000000000000063b6fa33b95c8117dfc33f95ddea41f91f9ae0258c521 3,243 1.00/1.00 vMB 107
640,203 640,203 00000000000000000007620178a66f93df4419d104d9cf667a77cd75a562dd41 3,188 1.00/1.00 vMB 111
640,202 640,202 0000000000000000000c9c61afb4412ea5a72e99ca6b8b8a87ccb305c9a2d593 2,846 1.00/1.00 vMB 121
640,201 640,201 000000000000000000099355588c57904d8f8c29cde403aebcec8eba0edc4d81 2,234 1.00/1.00 vMB 129
640,200 640,200 000000000000000000083f95bee5b282f31b4ef87e6f6dc975854ec02353929b 2,427 1.00/1.00 vMB 116
640,199 640,199 000000000000000000011a2cdf905336aa2faf24d6e55800fbda540391564839 2,592 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.