Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,651 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.79 vMB 2,646 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (317,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,277 594,277 00000000000000000012ca1b0971247b27e59409c0bce7361ced2f9e0a69d33e 1.24 MB 2,691 20
594,276 594,276 0000000000000000000100c664ac29f8a4348998f9a4688615578264d4277594 1.45 MB 1,950 35
594,275 594,275 000000000000000000149e0f76fc7772f037b41800580b524e11b664554036a1 1.22 MB 2,696 41
594,274 594,274 0000000000000000000df7133eab6acb00ce6da3e566f1c1274d3fb3caf17206 0.66 MB 1,573 30
594,273 594,273 000000000000000000193332a8e6a99824aeae94d3df7965f3bf31e4c9d97329 1.11 MB 2,678 20
594,272 594,272 00000000000000000009ea8dc869a9bf8d57e1fee609373cd4b7697a072da187 1.26 MB 2,375 37
594,271 594,271 0000000000000000000684ca6e78b950107ad39c85ce020d097cf9d72c67118a 0.11 MB 285 32
594,270 594,270 00000000000000000000457e4fd0010d26de9f6fc6e7bc18596c6e4d6332c6a9 0.62 MB 1,444 34
594,269 594,269 00000000000000000002436caa9aec3d07dba5264dba1204d34958176862dc5d 0.16 MB 356 42
594,268 594,268 0000000000000000000e0d4b08789552960d7ffddc1f4c69b51b08c0ab9ca555 0.16 MB 224 18
594,267 594,267 00000000000000000014bd78c6f54fe36fcf819f8649eea027f9f54b269578fc 1.26 MB 2,945 25
594,266 594,266 000000000000000000133dae394f50adf24b3f1f4fe221662cf09f41a402714b 1.21 MB 2,886 30
594,265 594,265 00000000000000000017d6abd39e6fd8692b4f59135db83919a36d00b6cf7340 0.64 MB 1,652 28
594,264 594,264 0000000000000000000ebb0c2f508c7813ebc8931cb98f61ac44482e0a2dc9d7 0.81 MB 1,883 22
594,263 594,263 000000000000000000080b2d58ee930a8908c3a9ffd430fe0bd51d4e9000068d 1.17 MB 2,852 21
594,262 594,262 00000000000000000009237de1d952d324c62385c396556699daf5323bbd9fa8 1.20 MB 2,716 36
594,261 594,261 0000000000000000000f903492cfec45b17b30c404ef8647259c141dfacacc8c 0.58 MB 1,386 28
594,260 594,260 0000000000000000000efaacec43bca7fcc7c64aeb307047237d8e79edd757d0 0.63 MB 1,518 23
594,259 594,259 00000000000000000012a91c93b721ebdd6ecfdb3f8ee63c37d97fa9168a55d6 0.78 MB 1,758 27
594,258 594,258 0000000000000000001888562aef6177970695a669e29d651d8aa8c367beb959 0.85 MB 1,516 12
594,257 594,257 0000000000000000000c64abcaee13131e5892576901d5ceeea0c2badcbe1339 0.49 MB 1,146 9
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,468.79 GB sent, 132.54 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.