Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

466 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,465 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,464 (843,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
67,161 67,161 00000000025a5f6b0c3d6ac6cb9b8e8f1325c3cd5020576c502ae3fe99624786 0.00 MB 2 0
67,160 67,160 00000000011df22a9cfc8425d845cb0e4dfed531c38b8c1d5b62b21b159cac6a 0.00 MB 1 0
67,159 67,159 00000000045da4f4739dcac17fc2118d22fec17497eef4731c58ed289236cda4 0.00 MB 1 0
67,158 67,158 0000000000d46cfc273f64469644fb2f13074544ecffaec76784adfd6791d9c5 0.00 MB 1 0
67,157 67,157 00000000022365927fb09e18dc4574f4c424da998fc305f10c29f59962fe4662 0.00 MB 4 0
67,156 67,156 0000000004ad81bc56c298714bf730c09e9e27d43a8b66bf5a8f7e86d2b95583 0.00 MB 1 0
67,155 67,155 00000000051e5303afecb2ca17ee5c3ed848b3f449f18562ba001950f0dc65c0 0.00 MB 2 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, 113 incoming
  • Data Transfer: 2,241.33 GB sent, 119.77 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.