Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

500 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,423 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 497 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,422 (200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,222 911,222 00000000000000000001992ebd1be02ddd01c8310f9ddef189acd9c2a136ece9 1.57 MB 4,247 5
911,221 911,221 0000000000000000000090ea6eb32f6d75963ffc6a2cca81ec6df124e0f8b7fb 1.51 MB 3,516 10
911,220 911,220 00000000000000000000ba8e4180009c01fdfa490d8ee6856d64e37256e76ffc 1.64 MB 3,705 0
911,219 911,219 00000000000000000000dbd7604cc5e02ec9d3cd5ec9b6fe6baf8272fe1709fc 1.72 MB 3,742 3
911,218 911,218 000000000000000000008881cdf92afe01287164f1c7fe48423cfc112de5304a 1.58 MB 3,452 3
911,217 911,217 00000000000000000001fc37cc6e06b3335a0c2d38ccda714d04e989db4f9471 1.64 MB 3,606 3
911,216 911,216 00000000000000000001b92071c23e631e4c5ab08c9add5ab5b81e19e1e2ba99 2.08 MB 3,504 1
911,215 911,215 00000000000000000001f9e844d85e1bb1f818f2b6fc2947261251fd97eb17cd 1.65 MB 3,033 2
911,214 911,214 00000000000000000000537a8ca4aaa5f39ac4314ac320b73c08c6e106ab534c 1.74 MB 3,550 1
911,213 911,213 00000000000000000000ab65f37cc3e77783c00ede853b515404415581adc828 1.58 MB 2,506 2
911,212 911,212 00000000000000000001d0772b105fec98fda0d292d1df817bb42ee9eeabf3e4 1.64 MB 2,234 1
911,211 911,211 00000000000000000001ec69a599b57f7b87ace8bf5b92b4151817519fdbb554 1.67 MB 4,391 2
911,210 911,210 000000000000000000004c7791f94c4f63a0d0f5a09f2b42b67c4b733cae5475 1.61 MB 3,179 3
911,209 911,209 00000000000000000001e6493294bb695706d6531d2f7bb2a18da32a7196e087 1.56 MB 3,920 6
911,208 911,208 00000000000000000001c37af61a35f4c92b3fbbfc16c09cbf6ac204d16ebd51 1.57 MB 3,707 6
911,207 911,207 00000000000000000000c55db374263565dc93d2daa13a043a856ec995d09ef9 1.66 MB 3,921 1
911,206 911,206 0000000000000000000079cec427c9536a6a5c3b3d6f5417e09e63b5eb8ad306 1.70 MB 4,468 1
911,205 911,205 000000000000000000005655ad5f153d0ea59f32add1ad74a2c13817cfbcdab1 0.34 MB 906 2
911,204 911,204 000000000000000000013ba1754591cda1a80296ae667d324c00d9434eb36107 1.72 MB 2,643 2
911,203 911,203 00000000000000000000de0ce488cedcb299a8f20e6c7761030fc0ea79b2380b 1.76 MB 4,558 1
911,202 911,202 0000000000000000000128c670a5fb31edeb9006a89ef62e6d93569d21e30a58 1.68 MB 3,983 2
Previous 10 blocks ↓
Total Size: 776.02 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,405.46 GB sent, 128.89 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.