Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,047 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (843,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
67,169 67,169 00000000056c34091b4f15cc21e3bc7075c315a8e932bd0b2d3e7a9cf1005554 0.00 MB 2 0
67,168 67,168 0000000002d3eaad910b17af1adff8cf705d524dcc51d7b912c7af063760cfc3 0.00 MB 1 0
67,167 67,167 0000000001c010edaeef4c6f025589a0254d1d8a35969ea3bb4f6895fc5f2a4c 0.00 MB 1 0
67,166 67,166 000000000204126e6166ff3e2d7eaee8fd205478bb9205605e581091addf67f7 0.00 MB 1 0
67,165 67,165 00000000045e47e6a6436e782b3e0519128bf4327d122b4ff5f9d195135034b8 0.00 MB 1 0
67,164 67,164 0000000002ccdde3aa3698b5e29049e5b4e47c1006987d42c957261d4cc40ef7 0.00 MB 2 0
67,163 67,163 0000000004e13e8d1d97eedda60c5cf8532379aaba69611c583d1175f92f1c98 0.00 MB 1 0
67,162 67,162 00000000052af4c58c1da1e8e253e728ea5ade6dd11564f9a6c4befa638816fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.48 GB sent, 119.80 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.