Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,158 transactions (0.30 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
911,014 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,134 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (576,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,304 334,304 000000000000000011aeb8667b1f0adb94720e965e9f886d6360fc757eebf84d 0.75 MB 2,041 36
334,303 334,303 00000000000000000928a9276740ea0f624cab7a2ba36b8459cbc02b1bbe3eca 0.03 MB 64 40
334,302 334,302 00000000000000000cbf690d47c551192f29c1887dce1074e452eaf350072e58 0.54 MB 736 21
334,301 334,301 000000000000000016ef188cfbe1ab818541c2cd55d16f31cb2b023fd5f47ffd 0.14 MB 172 19
334,300 334,300 0000000000000000164463cb40eb751e45df6b2cb9be314e9c216a50ac8a6685 0.22 MB 366 19
334,299 334,299 000000000000000003e01dde37ec0c588a5e182416562051203e007e549847fb 0.93 MB 1,272 20
334,298 334,298 00000000000000001a8b06c653ff139895fc46d54c90054aeb9864892132f33d 0.52 MB 510 18
334,297 334,297 0000000000000000185222606bd4167324820f8215f8beabdf81acc2fe4046ba 0.11 MB 103 11
334,296 334,296 00000000000000000d9c501449fe56f99445f965befaed2bc422ba7c631b4526 0.48 MB 635 20
334,295 334,295 0000000000000000035694bd692b38fd26c8527901412221c4eb4f819985799f 0.33 MB 391 29
334,294 334,294 000000000000000019bd3a10242fa53ee8f47a8b17dd6b38179cebb02df69f60 0.65 MB 558 14
334,293 334,293 00000000000000000a143edde103e11d870bb365dfb226dc6a5ef2378636f07f 0.75 MB 951 25
334,292 334,292 00000000000000000a06d8681179bfd1684050434abbbced04edcb9da2520cbc 0.12 MB 243 32
334,291 334,291 00000000000000000f1c3d6eb1292d61a11fc584876da5e7c189b28ea1949021 0.50 MB 1,200 31
334,290 334,290 00000000000000000c146358d2298031fbe9ee34a0552cf2cca1a0be9e7ef2bd 0.94 MB 1,157 20
334,289 334,289 000000000000000005c3958b167384a1264b75b85753744ffb5ff0dbe177ffe9 0.04 MB 67 23
334,288 334,288 00000000000000000eed76b6e99df960481eb43b427f86d41a0c43d5311347be 0.70 MB 972 25
334,287 334,287 00000000000000001b2804fa0a25317d03e160f6ec264070487f77012a1a52f7 0.08 MB 256 55
334,286 334,286 00000000000000000bf04168163d2ac480387e99e0d6d6088cceae9dd16f4e38 0.03 MB 39 26
334,285 334,285 000000000000000012d9c116fd7c97e9d1ae34c64270662ebde1c17f4e9e8865 0.17 MB 129 11
334,284 334,284 00000000000000001372745dd4e8a8900a25b874b3332f346888e7d7f6cf1db7 0.75 MB 624 15
Previous 10 blocks ↓
Total Size: 775.27 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,360.10 GB sent, 125.05 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.