Loading Tool

Explorer IconExplorer

Memory Pool

28,478 transactions
9.24 vMB
0.08862415 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.56/200 MB

Candidate Block

Mining Attempt 8a3184bf186fef20ec0e79719d8fc382b4f657a626899df5f830713d846431e6
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 7ea6516a75ceb07cbd0d0573ee2669fa2dcb7810bb88ddaa7e47cf815227824d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.02620891 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (649,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,194 263,194 000000000000001092a2e7c5da270f402dced5e55087af1ffcfcf3a4d23efc0d 0.01 MB 35 242
263,193 263,193 0000000000000007571c7d359710e08f5ad90986b099425a01533bdf75a5c9db 0.15 MB 332 144
263,192 263,192 0000000000000013d4362d4152363d66827b4722f2049f40aec8bf097e147b6d 0.03 MB 77 112
263,191 263,191 00000000000000049ddfa747e23de919cbc19cdfa928994b2e012015c3d7ec05 0.08 MB 168 68
263,190 263,190 00000000000000085cc971cc769a106b13b6d6affa5fbb44b2c181e5fa8a2ff9 0.04 MB 113 96
263,189 263,189 00000000000000126b454e7b54684d064c473724e240501df134a50257636de7 0.04 MB 96 67
263,188 263,188 000000000000000b82239da2e0b3ad61a80c67c9f1b2596167b6d1c591bec00a 0.01 MB 29 78
263,187 263,187 0000000000000014a2a1928282f538ced2a80462ab11988ff5c15dd6e023c75d 0.04 MB 93 101
263,186 263,186 0000000000000001f4243cde98ddfe0cdcfafa4e4f8f37d2cc411cdc8b5ef8f0 0.15 MB 236 45
263,185 263,185 000000000000001682c39051745c50a2eed97cce39e3312f9aa43d7bb337932e 0.12 MB 235 66
263,184 263,184 000000000000000227a6008f1cf91615b57a80bdd58602004b115fc7e24da1cd 0.00 MB 10 93
263,183 263,183 00000000000000103b60de19414f30d093e43d79ae497d72abd24b9879dce789 0.15 MB 199 40
263,182 263,182 000000000000000fb70a95e4ad9eabab4be7a0245dc063ff06ff889135f4506f 0.21 MB 426 57
263,181 263,181 00000000000000167e7a7f945a129a05f7b073b27e4a6959cb2dc74475dda8dc 0.25 MB 665 180
263,180 263,180 0000000000000004b3460ecdeaff4d6e70e08fe886fbb00fb39be6e8418f3fbd 0.15 MB 301 53
263,179 263,179 0000000000000001aad80289b8c45d1dd21c331d432a6f078944c20a26920b83 0.25 MB 574 123
263,178 263,178 000000000000000ce76e6ef2bd4d5b40f6a4492e1c522762de1ac236d1f2c590 0.24 MB 574 118
263,177 263,177 00000000000000146e5bda3670f7221826df9833eea0c78068e8657c87b6a7bb 0.01 MB 18 150
263,176 263,176 000000000000000d11330db7e3fc0225c9aa0c02b2dca28c22634bf0000cdd7a 0.23 MB 566 123
263,175 263,175 000000000000000b40eed5bfe591ff6bbab3a1c4de23ef858688ba20a168017d 0.07 MB 163 91
263,174 263,174 0000000000000000982f2bbe050d4d339732d53cab7d75ab926c003a22f5ae70 0.02 MB 62 73
Previous 10 blocks ↓
Total Size: 778.83 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: 379.39 GB
    • Received: 3.41 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.