Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,156 transactions (0.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,663 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,662 (258,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,551 653,551 0000000000000000000565efc0c5338b8efdbe522362fc9e67e07bd359cf8c20 1.42 MB 2,226 48
653,550 653,550 0000000000000000000db10d8fcfb9ca028e59068b02dcc2dccec1fd8f12e831 1.25 MB 2,163 53
653,549 653,549 00000000000000000006babfb6f79b9d836f219b56747c7115e359659f6c5743 1.29 MB 2,349 58
653,548 653,548 0000000000000000000042506ab60d2e5174a80982a0dc1dc062a4118c030477 1.29 MB 2,986 61
653,547 653,547 0000000000000000000df93c9c2d041db210af04c22cec645e21ef887be67684 1.06 MB 1,796 9
653,546 653,546 0000000000000000000c1a03e649b02793688d7ab67ff18bbc88b7bdcff90c08 1.32 MB 2,261 34
653,545 653,545 0000000000000000000695b7046ab5d716b3a4d122834d76d6396000927f7de2 1.20 MB 1,942 15
653,544 653,544 0000000000000000000a343576df0a02cc326b8967079a95b1907416aeccc3cf 1.40 MB 2,832 55
653,543 653,543 000000000000000000013e4dda4676787bea1757bb5fa16002ce679e812eb726 1.15 MB 2,576 19
653,542 653,542 00000000000000000008c993866bc34b131897a6b0d3742f72d330a8ebda327c 1.33 MB 2,349 29
653,541 653,541 0000000000000000000a1bf6a52a8500c1891718f0abd8cd12c78a56c85bcadb 1.28 MB 2,794 68
653,540 653,540 00000000000000000006bfdec147d64ae2302812dab604d099eff664fa29b534 1.26 MB 2,138 33
653,539 653,539 000000000000000000094bc9fe535c73fcaaaf3a520ceb48698e9f2d4e4afa97 0.31 MB 699 33
653,538 653,538 000000000000000000071225fda6a135b178bc39debe68bba1afa4559e0a03cb 0.38 MB 696 28
653,537 653,537 00000000000000000007d2c84579ff5e0d54c958836b31ba4b245c2800c3c417 1.29 MB 2,182 30
653,536 653,536 00000000000000000005364607229e70af1bbde7f30bfee50117b5b1b140bdd3 0.47 MB 731 35
653,535 653,535 00000000000000000005e928205c6298b8c0c14d2a18852f1ee826a686e4d836 0.55 MB 1,383 5
653,534 653,534 00000000000000000000fd0509d890c30b7d311377c9fb723d26af63a39fb031 1.27 MB 2,414 45
653,533 653,533 0000000000000000000b53170b3ca7e8d30c820e9c88903a6c99ec8c16288285 0.30 MB 391 40
653,532 653,532 00000000000000000000af98b276cdfea9ca5fdafcc3fda65db56aac40560152 0.64 MB 989 6
653,531 653,531 00000000000000000008353ed69988343c79d11d40e476126ef27df63cd7e2d2 1.12 MB 2,645 18
Previous 10 blocks ↓
Total Size: 776.46 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,424.55 GB sent, 130.98 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.