Loading Tool

Explorer IconExplorer

Memory Pool

2,951 transactions (0.92 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,322 000000000000000000022b910000000000000000000000000000000000000000 2,943 0.02645872 BTC 0.92 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,321 (600,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,366 311,366 00000000000000002515799cdae34795e339317dc9baae1afb89822ec8c5801b 0.12 MB 190 29
311,365 311,365 0000000000000000279107e4456422d0351f3fd0023fa69820d66f5338b35d89 0.19 MB 343 18
311,364 311,364 0000000000000000143879ae9fcb55d8de23f104c42861624d1472bf3c2592de 0.44 MB 555 24
311,363 311,363 00000000000000002a99b435cd32c5a8269618573c5cce24907f83463a2606b7 0.09 MB 256 45
311,362 311,362 00000000000000003b1cc5eef870984210abbf4c184ce66e246c32a33f1de0b0 0.35 MB 621 29
311,361 311,361 000000000000000007fcc4c7ec909f374a6044b46c808434c9a4aa998ea8e30a 0.05 MB 128 39
311,360 311,360 00000000000000003b8ade0e0e2bc9e059ecb8b209833e8b1531812a5ed4d667 0.16 MB 292 24
311,359 311,359 00000000000000000dfaa4b0460777bbf4fd8fb4b42e0b84dffb79970cc8ddc1 0.78 MB 1,247 36
311,358 311,358 00000000000000001868857b994377a48f729d9c14fc2adfcbc0a79a970d8f32 0.10 MB 219 38
311,357 311,357 00000000000000003e7d745058e803e62a66d86797c9e24b070af15024fcf41d 0.04 MB 63 13
311,356 311,356 0000000000000000233c30f24e35e63213cf261c4a6c7b96bab7bcfdb7a8ffa1 0.28 MB 577 35
311,355 311,355 0000000000000000161017e409202797bfefc9860ba8e351ea25b57f26e2ec03 0.05 MB 122 35
311,354 311,354 00000000000000000059db0c3da163201f76cf4fc542df6bf59d2fa343acd225 0.08 MB 147 14
311,353 311,353 000000000000000020905d862182ee5b461769b10c9e4357341f96c694377f19 0.05 MB 131 34
311,352 311,352 00000000000000002a470d9e39ae143ee1858c0c3db6c5da9e0ee7f484d052fc 0.03 MB 128 26
311,351 311,351 000000000000000009c57fa3da18f8dfa47d3a6e95902e0754f75198bd611027 0.15 MB 289 32
311,350 311,350 000000000000000025c712b49fa963ac2eabb5555f0ba1ddd1ffb0b7653c8815 0.56 MB 933 32
311,349 311,349 00000000000000000e8b320aaaf99c326337af265e5dec9a7f10c286c0871922 0.75 MB 1,447 34
311,348 311,348 00000000000000002fdbcf040faa55241b107557fc7386a2ef895ebd958ab49f 0.69 MB 1,037 28
311,347 311,347 00000000000000001b8c8bd82101bd5f8368b68603e6a595508ba97b344725e5 0.11 MB 211 22
311,346 311,346 000000000000000011527a36a54d8b25dae9208246d486be3615d6498faf24dc 0.30 MB 419 27
Previous 10 blocks ↓
Total Size: 777.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.33 GB
    • Received: 136.68 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.