Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,696 transactions (0.57 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
910,517 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,516 (843,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,190 67,190 0000000003480f3dc0485ba9d97886033ddf85fe5b8250c946ebf53303b8f3f9 0.00 MB 1 0
67,189 67,189 00000000052713749e95240a2843594aa96683ee02232a1e30234ef2bd0328d7 0.00 MB 1 0
67,188 67,188 0000000003573f2f97e5ab9d3636681ed683b01d43dc0a60fad25d461503f157 0.00 MB 1 0
67,187 67,187 00000000023037c5af84b08942307115b5639fbaa2b9d0d751a4e7ac9f1b3130 0.00 MB 1 0
67,186 67,186 0000000003b9308c76f209aa39cc2825469a1d5cdf12d8d80742197ff589b545 0.00 MB 1 0
67,185 67,185 00000000021c2489b295eb2719ba86d57787be271771428e964b3c023226d735 0.00 MB 1 0
67,184 67,184 0000000001a63da447db280a13eba8b4118189128501cc3a215ecfa524468973 0.00 MB 2 0
67,183 67,183 0000000004bbf63ccd8efae296585a9e59e18da9f3d4ecb3c893058066ad376b 0.00 MB 2 0
67,182 67,182 00000000058ec4c2ce8d174d07caad7c75336aac8f023848586bc1b2e5b2df41 0.00 MB 2 0
67,181 67,181 00000000002043eceef462ca6c2fbff1bb8b067d512d58eb3a97a573a03fd2bc 0.00 MB 1 0
67,180 67,180 000000000195309731887acd9086638cd48046807ed356a1470e2a720536f0ae 0.00 MB 1 0
67,179 67,179 00000000025a764f4171941cc5f4fc013b91d8cd95642d20884c7a9ce20b935f 0.00 MB 1 0
67,178 67,178 00000000034f96fe0bc4d3ee0c51836a126b8ff67d06a3857aa25cb925564a19 0.00 MB 1 0
67,177 67,177 0000000000521c2f869339c306fc4da4323eccbecca8c86459d07f5428f1ef28 0.00 MB 1 0
67,176 67,176 000000000431f27856da37795f5b0598f3c903822c115274453b0aab1a2c0ec9 0.00 MB 1 0
67,175 67,175 000000000423cf1dbbeb092b219eb2aaf025ac970b853c36fbf3a55fa33c1355 0.00 MB 1 0
67,174 67,174 0000000005858d74ef98c0db968942b85ef1f91119545032d7b54fd82312c839 0.00 MB 1 0
67,173 67,173 000000000484f709975ba36e73317a3ccaac117cd39f1a71f0cc382d6b9483e1 0.00 MB 1 0
67,172 67,172 0000000002c719a6d00c577522ecbd8279068154307d54b37764d9e5869edf6e 0.00 MB 3 0
67,171 67,171 00000000000b304aae91206f270c1dcbfaddb32e8f47e56cb91b7f7b2c1c6dc7 0.00 MB 2 0
67,170 67,170 0000000003bcb708ce81924b3b0bef5fbdd40fba9808085d36f4d7e4fb01c2f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.78 GB sent, 120.28 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.