Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,911 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,460 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,564 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,459 (864,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,235 46,235 0000000015cb9f4170fbc4d05ba7cfd7356b1ebb28e681916f0916fdfa104822 0.00 MB 1 0
46,234 46,234 0000000024b4a2bb74a40742187f9509f4315597ef62c58a5e2c97aa35e7c728 0.00 MB 1 0
46,233 46,233 000000000dbb9d03d9e4812f80c571e574043952efb102260b0528b334595e4e 0.00 MB 1 0
46,232 46,232 00000000279bd1c9d3c7c24072099b92a7ce1b88f6c30fcc75975d2af856c428 0.00 MB 1 0
46,231 46,231 00000000336d7a6fa6241c9d6937644f5205c0f0f825cba7d309cb79fff440c5 0.00 MB 1 0
46,230 46,230 000000002f2acff6e384f412d67d34582d258734b3421b559cea423027758e1c 0.00 MB 1 0
46,229 46,229 00000000107c34eecaf65a6b7fce4ee74bca4084df14968cfe38917c7f09eee2 0.00 MB 1 0
46,228 46,228 000000002670d03e2c6a9d20bacb18953ae37302b3b8396d592b9a8c3bb95e3f 0.00 MB 1 0
46,227 46,227 0000000011757fae7d424a931b3a7705b9be675a278e4c898dc21701fb2cdb0f 0.00 MB 1 0
46,226 46,226 000000000ddba05d4ec24efe31f1f15004341e5eb8288163a6735c766bb06a81 0.00 MB 1 0
46,225 46,225 0000000018cf3d8524af7bb280590e054ccdfc8e897049c2884552ce262ef085 0.00 MB 1 0
46,224 46,224 0000000027713a384c6f5037a2bf9758bf90ee5b8126fe78c6ccc81f02761395 0.00 MB 1 0
46,223 46,223 0000000009c7aad22b0731c3301e6857e61133c9226a4ecce17a5b70afdfd86f 0.00 MB 1 0
46,222 46,222 0000000007e1f53c044c5e20f2599116a34b41cd3b4521019a7e5bcaf04d8d13 0.00 MB 1 0
46,221 46,221 000000000347df8efde38ae35fcbcc50e8b7110b01fcb1064844904635f0a63a 0.00 MB 2 0
46,220 46,220 000000000059552d2f50c4ebc3cf72e52753982900fcf7a12178e436c6b2a37e 0.00 MB 1 0
46,219 46,219 000000000696e9273d277e4253f3e98a7e78c3e57dd171a93363a3a7c7acc992 0.00 MB 1 0
46,218 46,218 0000000007b6a7ae65572e41b7778227079fbaf199a9673626b2b924638d2f40 0.00 MB 1 0
46,217 46,217 000000002aa7a9bdf0190dec8363610c2e9a2dc571144fdba84e76279af023d3 0.00 MB 1 0
46,216 46,216 00000000087e397dbf23f889361a763c8decf5f8b29d4686b5198bd5db6b055a 0.00 MB 1 0
46,215 46,215 0000000025f8f9e13e0e1a47486238df4318384aad87519b6f9c198c8cbbcf0a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.24 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,240.75 GB sent, 119.74 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.