Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,263 transactions (0.39 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,560 000000000000000000022b910000000000000000000000000000000000000000 0.39 vMB 1,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,559 (53,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,305 858,305 0000000000000000000183778346a78280291daf9507a6e427bfd42bfe9fddca 1.58 MB 5,922 4
858,304 858,304 00000000000000000001fffdc81b23561fd1347eb57ab0ebcebfa89b3a254947 1.64 MB 7,035 3
858,303 858,303 00000000000000000001cf325e5ee0c453431a2fcfd01f47b732ed13eaa5f506 1.61 MB 5,529 4
858,302 858,302 000000000000000000027c6ace90818fa396af16022b4b9b94a7bde879ec339d 1.61 MB 7,148 3
858,301 858,301 0000000000000000000132b81dbf6a0d474828dd51a18d3b2ce1db36eb675712 1.52 MB 3,947 6
858,300 858,300 0000000000000000000237fc983d05c3dd800a1833586958eebfaa58c2a7da69 1.58 MB 6,034 3
858,299 858,299 00000000000000000002378122a42fba94acfdff8fe48591c1ce12615a039599 1.58 MB 5,442 3
858,298 858,298 00000000000000000001830adf24bd1cfe77beeb5ffe1768d768c7b9f86edef6 1.65 MB 7,722 2
858,297 858,297 00000000000000000000d148c53345db0e825c0f357dea78ac638ce59f3b85e1 1.50 MB 7,396 3
858,296 858,296 000000000000000000031323aeff29cd221da3035be964fb7ec999162951b0fe 1.60 MB 6,901 2
858,295 858,295 0000000000000000000068cc432eae6cd22838954aa0bb55ef7214e8cc6ad985 1.55 MB 3,164 6
858,294 858,294 000000000000000000003d9e6d6b72858ad7d7dfafac6d146864b1296bdd99fe 1.59 MB 5,338 3
858,293 858,293 000000000000000000024969936927de7217f58aed0cef63ab18448ef3eb8836 1.50 MB 3,965 4
858,292 858,292 0000000000000000000247dfac375c2d2ee67d818cb4f4e8e39f0ac0220ca07a 1.46 MB 5,264 5
858,291 858,291 00000000000000000001e4a2977c8bea1e32da2125fca5215667d0ea35c897ee 1.35 MB 5,772 3
858,290 858,290 000000000000000000031bdb8468078cf21d8d4a30e8cc78a94f3e029961bc68 1.65 MB 3,461 8
858,289 858,289 00000000000000000002d0e07d84f43671f4e0eddfcc0fce0b03a01952eba975 1.65 MB 3,293 6
858,288 858,288 00000000000000000002676e1db371c5bd13a34bc1e41cc6b5166e064bdc2a0a 1.53 MB 3,749 9
858,287 858,287 000000000000000000024244abefa3da64efc2b96207ddd15c7b3a2c383361ee 1.56 MB 3,717 7
858,286 858,286 000000000000000000016f1d06eb6fab1148742554025992be71e067f71f9194 1.59 MB 6,420 4
858,285 858,285 000000000000000000008e7a9dd1d9ecf2eeb46ac3afa558a6159c0db63c6d80 1.57 MB 7,696 2
Previous 10 blocks ↓
Total Size: 776.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,414.45 GB sent, 130.00 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.