Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,678 transactions (4.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,293 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,625 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,292 (862,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,220 47,220 0000000009e4220a4298b3385c9d9f5797b49e3253fe095282f76826651dfda0 0.00 MB 1 0
47,219 47,219 000000002200b8d087ad8abb0ac88daab626610bc2f8029a2bf7aa355cff12ff 0.00 MB 1 0
47,218 47,218 0000000033af28b653bc479201583d9e3497e989ac04d5bfde2eca07c9033199 0.00 MB 1 0
47,217 47,217 0000000004088a17e25fde6cb353fb28813c7877e945dfe2db5c081669399ce5 0.00 MB 1 0
47,216 47,216 0000000029448aab4f2a5c473412b61ec79a0236a0749541bb48af4b263dfc3a 0.00 MB 1 0
47,215 47,215 0000000033030d76092dabbccbccb18454659fc52a14ac116c55d5fdfd2dfd0f 0.00 MB 1 0
47,214 47,214 000000000a0ac2b1e656addead4a0237f54e8d341a0897d26586bc40542b3c85 0.00 MB 1 0
47,213 47,213 0000000015ab4c528195bade5dff4545271fb9f2ddc1b8cd89a67cfd027e61e7 0.00 MB 1 0
47,212 47,212 0000000003373f5d7e4b943239581feeda63a6b5146cf4d4f34ee2e30d3d2e44 0.00 MB 1 0
47,211 47,211 000000001383dfb3649afb9410d3de145b31d2bb3e54d7b4734ad73e67ffa638 0.00 MB 1 0
47,210 47,210 0000000001e223917607224a56099baa99bc403ae82e1248201d32ccbea38e72 0.00 MB 1 0
47,209 47,209 000000001884131b420f2429f4cd60b03caf885c47dbefab689c7f75d1e0b401 0.00 MB 1 0
47,208 47,208 000000002c7d06b8e97e15f49b7672518cf2e80bf61f1137644c67fd00b2bb5a 0.00 MB 1 0
47,207 47,207 000000001f2b397dd8fefcf782bd56fc4f18280d21ade208ac716102edb50738 0.00 MB 1 0
47,206 47,206 000000003154d45a63fe5aa3fb0038ab61ffc55050ee459e178c806458078aae 0.00 MB 1 0
47,205 47,205 0000000016c0f40df3b7cd2b4a36fe30c6c6d4ea657cf04d0bc08ddc901de419 0.00 MB 1 0
47,204 47,204 000000001ea53c8554a2e869c2aeb0c85339b4b622f51f6057c14469b27bcfbc 0.00 MB 1 0
47,203 47,203 00000000347824ddc06edd0d52be8776d4903a3a57941bb76f3acbf2768127eb 0.00 MB 1 0
47,202 47,202 000000001dc55682912bfa6e9b7ce081e347bbe82ec8fbf6add0eb8ebd73d3ca 0.00 MB 1 0
47,201 47,201 000000001329aff70c8293b844b91413013a7b2a8c4cbef41c38e6abc2b178c0 0.00 MB 1 0
47,200 47,200 000000001b6b6f58e0471f4abb74bd3b2a5f3143f9714d519036a1565cef3ce7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 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,051.55 GB sent, 108.51 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.