Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,858 transactions (0.97 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,554 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.96 vMB 2,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,553 (268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,285 910,285 000000000000000000017d52258521fedcb21ee23b229ca553cd6ae7f2978fda 1.70 MB 4,194 1
910,284 910,284 0000000000000000000203ed6a9e28448a381cdc84ae72d893ecb3a1bfb7c255 0.66 MB 981 1
910,283 910,283 00000000000000000000718f8c1abdee4905724ebaa7d61f2c564daf8059fde1 1.75 MB 4,879 2
910,282 910,282 00000000000000000001dc4c0a3f3af3f0560f08cf743d97575a0ace4f6be1fd 1.67 MB 2,533 2
910,281 910,281 00000000000000000001675c2eb434cdb56d0f54dd93fdf524d3ca4979bd211f 1.62 MB 3,626 4
910,280 910,280 000000000000000000002d1c90b1f5cbab85c7fca509be39413dceaa56a0951f 1.75 MB 5,026 0
910,279 910,279 0000000000000000000159d046ac8c5886171333b43086c5d2e82309983508e5 1.65 MB 3,461 2
910,278 910,278 0000000000000000000150c6728f30d9471f3593a5e39614f586cf3a9fcea426 1.79 MB 5,011 0
910,277 910,277 000000000000000000022284f65dce531f5f7babfc726fb81789e217ec443aaf 1.38 MB 2,984 3
910,276 910,276 00000000000000000001fb89b49e18ea1960307d17feda1ff7b86951b50446ad 1.62 MB 3,751 2
910,275 910,275 0000000000000000000057e3359f50a3f7a88174d5ae8b37d331ea30391b8364 1.74 MB 4,780 0
910,274 910,274 00000000000000000001ea509ceede634ab9d8dcc517d42173801b870b461ec3 0.49 MB 765 2
910,273 910,273 00000000000000000001d216e8a8cea165d29f7fd1a77b36b021c7271f18926b 1.68 MB 4,204 1
910,272 910,272 000000000000000000000d63326e46c1573f5d4c2deb76121d24a224464f7370 1.74 MB 4,462 0
910,271 910,271 00000000000000000001082500467ace7469a671f970ce9a2eac817e200ce5f0 1.41 MB 2,045 2
910,270 910,270 000000000000000000011138448f6ab33b954ea746b2049f5e47736d3c6f6d0e 1.71 MB 3,882 1
910,269 910,269 000000000000000000013cb19b05125840190c02f813b1ea919b0eecf25da4ec 1.68 MB 4,407 0
910,268 910,268 000000000000000000005cf620f1cdd40d57afddc7517b8f18715465cbb76c4e 0.85 MB 1,363 2
910,267 910,267 000000000000000000015ff1dbf8c6c11b2e0a7cb9b61eb2cf16f9580499ac98 1.73 MB 4,317 0
910,266 910,266 0000000000000000000120a064f8992e915592d48f7e6a0967059c41d5603825 1.65 MB 3,595 1
910,265 910,265 00000000000000000001fdaa42776734b100fba2e86e60e49cd1ede4a30fc9fb 1.73 MB 4,560 0
Previous 10 blocks ↓
Total Size: 774.40 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,252.11 GB sent, 120.56 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.