Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,168 transactions (1.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,602 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,601 (223,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
688,283 688,283 00000000000000000006a6140070178a4ad6d6ca0509691c5ef97fea3db89fa1 1.57 MB 2,418 58
688,282 688,282 000000000000000000050adc4d5f347de1daf5b7d352eab93a4d12b38bc8a7c6 1.55 MB 1,286 14
688,281 688,281 00000000000000000002219df9e53dffd64da32089b3bbedda525c687cb4c798 1.46 MB 2,768 33
688,280 688,280 0000000000000000000344c0f2d8b847cd55db67243ed70653f26d0ebc136776 1.36 MB 2,050 20
688,279 688,279 00000000000000000004e2108fa5f10dc3eb2509ba1eb535c1c54b46f3420f74 1.16 MB 951 7
688,278 688,278 0000000000000000000d687a422755ecaf385dae09987fcfdc3bcf9a6c2e867a 1.11 MB 661 28
688,277 688,277 0000000000000000000c3734d3906e755ccdcea8f359026b073c8625a098914e 1.27 MB 2,101 9
688,276 688,276 00000000000000000008d65e5a02842cac8e2004eb54f4893daea31bc9eabb45 1.31 MB 2,383 15
688,275 688,275 0000000000000000000da2ad8a45282c75df2a9729d313fe4935cc9500bc3850 1.26 MB 2,473 9
688,274 688,274 0000000000000000000a3663b59415ad696533d96fece11446f4b009643b8e1e 1.48 MB 2,429 28
688,273 688,273 0000000000000000000135267207bb2a0532779c63e7fde5847a5dfcd55d3468 1.47 MB 2,740 51
688,272 688,272 0000000000000000000d6cd244b94bdb519f7e48aeec744186f893ec1fb3864e 1.47 MB 2,397 33
688,271 688,271 000000000000000000093c6f7591e6a0ede0fa0f2d208ea67d6b309c18200d23 1.25 MB 1,552 36
688,270 688,270 00000000000000000007e9a4ffaba9c2fea887b21108120ed4c3259e7cccc5be 1.44 MB 2,830 61
688,269 688,269 000000000000000000037c6d1a36ac5c7666394d85e101cf04b57de30b2d6005 1.03 MB 329 5
688,268 688,268 000000000000000000013ad1f0ecf54851bbf0de9a9fbe14a6d2d6189e43b9f4 1.14 MB 348 5
688,267 688,267 00000000000000000007ac16f23ce0fbeabf069920f265980e7db97a1a77dae5 1.09 MB 839 9
688,266 688,266 00000000000000000006009067f326af9d1789cd47c3b8838a642abca16d6c67 1.19 MB 1,696 8
688,265 688,265 0000000000000000000072d277da63efc9a930de7ca292cf5648d3d0dd6dd38b 1.40 MB 2,491 39
688,264 688,264 000000000000000000023453bb4c911e7edee242d60c8b824b745fd1240733ac 1.04 MB 366 9
688,263 688,263 00000000000000000009f5be8a0f298bfae3952fb45ac22a59fce268f9560bfd 1.18 MB 1,444 16
Previous 10 blocks ↓
Total Size: 776.35 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,419.82 GB sent, 130.38 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.