Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,528 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,644 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,496 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,643 (570,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,373 341,373 00000000000000000b8487db88507906b937893a2f4d2e6805762b1b2d70e306 0.29 MB 420 20
341,372 341,372 0000000000000000114eeb6136ed727eabd09cd7680d7357c37a14e82ab67064 0.18 MB 512 39
341,371 341,371 000000000000000002b030bce0d290d4e2372f26e1853eb560f883a39edd635a 0.19 MB 332 24
341,370 341,370 000000000000000015dbffb9f3f8aa290b28bd40e1aa2180a56ec0675ec474e9 0.10 MB 85 3
341,369 341,369 0000000000000000087dc85f1a02154829aafc160f8c564913ca86c1743acd96 0.02 MB 55 18
341,368 341,368 000000000000000003c0b1fbf5c68b7a84a1e2d45fe4cc8ef16ed0eeb5b9c6fe 0.19 MB 373 24
341,367 341,367 00000000000000000f422fbab076518385aaa40a24f3e4950b5846be5d8629ca 0.74 MB 1,543 27
341,366 341,366 000000000000000007149539b310054b2dee3d3e82728aa26c63a9914226e173 0.27 MB 446 20
341,365 341,365 000000000000000018d3b94d9611820ad141a68c3584d102a79dcea671d097b2 0.07 MB 191 36
341,364 341,364 00000000000000000a8ac141312f9f8dc2a9f16d40ac432681be1cc10eb4234e 0.56 MB 1,144 25
341,363 341,363 0000000000000000006f7780ee15a159d3d41e202482703c385daf7e390608c9 0.19 MB 403 27
341,362 341,362 00000000000000001745f42b3c67d83f80126d2dd75162537609b0896555fdd2 0.16 MB 348 28
341,361 341,361 000000000000000018cf761363d4c55fbfaa1451cd5bebaa922c11871ed1310b 0.17 MB 337 23
341,360 341,360 0000000000000000092de39be9d3b62777095b282649d14e89eb5315a14350a0 0.70 MB 1,533 29
341,359 341,359 00000000000000000fbeff20a995814bc8900ea3661df4477955e1118a8efb2f 0.24 MB 449 24
341,358 341,358 00000000000000000b23202ffea51b46b39f46b7832163af012eab7f6ecf3766 0.56 MB 444 14
341,357 341,357 000000000000000006e84c8353083b2a57a6b59e009051d1500d5ba44c08129e 0.33 MB 1,024 43
341,356 341,356 000000000000000004dcb4873ecb47da57dd004e806947ae00a5f5ba30700490 0.10 MB 232 27
341,355 341,355 00000000000000001747dfa713f3f994e58fe663baec62b612b1cd1f81564160 0.50 MB 988 27
341,354 341,354 000000000000000014788f48df58000bf0213806b00fc1834249c399b70cba0f 0.38 MB 665 24
341,353 341,353 000000000000000014ab22f10477fb2827401c836c3c6a76c7d234cf99627ebe 0.19 MB 378 28
Previous 10 blocks ↓
Total Size: 776.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,423.41 GB sent, 130.77 GB received

Notes

  • This page updates every 5 seconds.
  • 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.