Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,685 transactions (3.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,886 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (895,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,246 15,246 00000000a2dc05bfbbfa2c47efb89e6f9c9cdd7003beafd8c91e86305ee2abae 0.00 MB 1 0
15,245 15,245 000000001bc419a8b0e3ce5644fb7c19b9f8df482a14effbfce0cac41e27e553 0.00 MB 1 0
15,244 15,244 00000000aeaac819091d3a8cbdebeb5104e8e916baeda122a97de4d24afd20e6 0.00 MB 1 0
15,243 15,243 0000000022444e1d3711fac005aca01ebe30929a4def72a2d74fba708a4b5278 0.00 MB 1 0
15,242 15,242 00000000fcad37d60284f306f16f8b08aea93efb5f75b53fb897a2f0ec644dbc 0.00 MB 1 0
15,241 15,241 00000000787bb5153d76225b438596b3fc01cf8a27beec9c9fb48c20b911edfc 0.00 MB 1 0
15,240 15,240 00000000f04152d889074dba178a9e48c24c4cd878b7c255b9ab24b9884b61eb 0.00 MB 1 0
15,239 15,239 00000000d8330bc3d3afcedd8f3210e40fdba42341a868d4e5df97cec40f55ef 0.00 MB 1 0
15,238 15,238 00000000616a9581c3562255dbff13ae0096e76df20e22178ef8d3a70387cb69 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.99 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,342.72 GB sent, 123.67 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.