Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,017 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,580 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 1,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,579 (871,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,119 39,119 000000001a8a861fd1be49283780ac446e0c4d7f6a043f792b303a0091ca89cf 0.00 MB 1 0
39,118 39,118 00000000731e19c341a4fff504a68a1c76e8acca41e4c7397894660c50f8286a 0.00 MB 1 0
39,117 39,117 0000000031d57bec2c24ee26021f08184a16f1246bd0aaeeefd21caa438a75e5 0.00 MB 1 0
39,116 39,116 000000008c77ff4c727969a6423d8efc0009985fd7c059646f763349a52a6dc2 0.00 MB 1 0
39,115 39,115 000000001f656a2fa35b50713a3597d97df5f6333b135b8afd2a2bd0c674d7d8 0.00 MB 1 0
39,114 39,114 000000002bca5271faae7d303c8a59b5556548079d0e246a08242ab39597b05b 0.00 MB 1 0
39,113 39,113 000000001cbf951ee5a3fa847c3bed7f6f279777fc252613c61252f0da6941bc 0.00 MB 1 0
39,112 39,112 0000000069670091c877c79004c4542dbd80192ef4edd5ef8c51275c08f13205 0.00 MB 1 0
39,111 39,111 000000001c3278612ef2e983b845dd0c781a002179974935fbfcf7658ce54bfd 0.00 MB 1 0
39,110 39,110 0000000020ba7ea99614355a34836ed5888e621dee267943b067cb90bfecf721 0.00 MB 1 0
39,109 39,109 000000002ffa7ecb04ac4cb2b8abc8fdc9539b7b4435ff4a341adc307104b843 0.00 MB 1 0
39,108 39,108 000000004cf8c9275f9c935d72b708fcf9a84d923da835d5a67507dbf341569f 0.00 MB 1 0
39,107 39,107 000000006170187b129823c832ebabec303f56a57d22898ffc6d57a5a97d105e 0.00 MB 1 0
39,106 39,106 0000000073a10c54973df8cce8a95419b1733bc232e48a09d8e92d9eae4af832 0.00 MB 1 0
39,105 39,105 000000001c500f4afd2405c71058cfc278052bd4fa7436f50493e3468feb8797 0.00 MB 1 0
39,104 39,104 00000000898f687cb473634276780be386effcf1bc0b553bbc6c0e63c4bcfe97 0.00 MB 1 0
39,103 39,103 00000000460a72b449dcc78477a6cad4c821912a4847895dfe2e8413417d26a4 0.00 MB 1 0
39,102 39,102 000000006823c41e747eb1ccbc498173c27f0d6e1d04790fd4c8f2e13c53d9a0 0.00 MB 1 0
39,101 39,101 000000008885defa6124ee2d890119c59785945cd9391b627cda63d9ff79a7a3 0.00 MB 1 0
39,100 39,100 0000000025b47ffb637a7fcfc3a5faf0243fd1dc29a42b1b7b286f096a5d87ef 0.00 MB 1 0
39,099 39,099 000000000bcaf0db630207fe0909d92d2b599deac01f81958819359acd42fe91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.42 GB sent, 120.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.