Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,291 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,923 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.86 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,922 (895,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,237 15,237 00000000d991ecf66646bf8e17a9e20666aea7620b4c20a7bf9a85f832e2ea83 0.00 MB 1 0
15,236 15,236 0000000037c3860cfecd6e3662810fc9c1b6e87c54170ad305000bcb28c4adb3 0.00 MB 1 0
15,235 15,235 000000009f30a5cd49407e542325f8a89b92d3488df9b5e14dae149c6f688821 0.00 MB 1 0
15,234 15,234 00000000f7d5754fbadacfb7e4c2578a75fd30c03c5242212222adf035558799 0.00 MB 1 0
15,233 15,233 00000000fea23975c8302a019d4556491af30f58e4dadb7a4f496791b3810ffa 0.00 MB 1 0
15,232 15,232 000000009dd72157c839afab2e81c779df84fc7142aa6f23fae8dc676b561eee 0.00 MB 1 0
15,231 15,231 0000000015f86b19ace4076a00f03d1d6e6a7cdbc058d7c80ada5ea7ce801b29 0.00 MB 1 0
15,230 15,230 0000000077fce039b0bdabb99b0cedc31f71c07f794865c87eb4204ab2e36c1c 0.00 MB 1 0
15,229 15,229 000000004f359208d97d0804af9addcc7fd16d40cdacfa1353946c5ec0950044 0.00 MB 1 0
15,228 15,228 000000009340670d484a6af146dd43df703870a50ebead687ef249a53ff33f65 0.00 MB 1 0
15,227 15,227 00000000a7215edeb27c7b2c8e75326977a6491254d2427243bf6f76350c4ab1 0.00 MB 1 0
15,226 15,226 00000000998ce477239ab3f74f0dd98cd99481c3f700c9cb653e9f72daf65193 0.00 MB 1 0
15,225 15,225 00000000ce81f6c66f392172b0a29461591c609fe533e4d3c1aebe45f43ed944 0.00 MB 1 0
15,224 15,224 000000002078c60c898ddaeb333f446ed63ce16095214cbede30edd934b363b3 0.00 MB 1 0
15,223 15,223 00000000aab5f9b9a30c32808fe56eb48e45746105a909c42498c2fcd38289e7 0.00 MB 1 0
15,222 15,222 00000000c4bd403cfb70989f5add22a588f017dfa919fee6cfb19e58bb9a98df 0.00 MB 1 0
15,221 15,221 00000000769cadd838bbe424c8859e76a401c26ec22bb06ab3562d2fabcd7b0a 0.00 MB 1 0
15,220 15,220 00000000cf9844d2ee3e6932a666df3bdad9908e1b7c5e71fd4fb6f938f58242 0.00 MB 1 0
15,219 15,219 00000000a767914b94a5fc20fb2549875ee4619e6041889cb5bfcac65764b80c 0.00 MB 1 0
15,218 15,218 00000000ba2877457960a29a2ff4ed7a2a888163616b2b1835c3a055f22b1d83 0.00 MB 1 0
15,217 15,217 00000000e03ae02625acecd436414be7830bb8ae58ef2db33043ccb962f52f21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,346.72 GB sent, 124.20 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.