Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,839 transactions (0.85 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,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 2,812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,231 911,231 000000000000000000010ee7b1a4f44b8cf580f3fe692f362c43741f10b81c8b 1.73 MB 4,632 1
911,230 911,230 00000000000000000001f05bca513ec2d0eda2b9eda7c8e70cc76db53b147f63 1.56 MB 3,080 2
911,229 911,229 0000000000000000000213bea2dd05240afacb2fd50b4a327a1cc83d5d5f6054 1.74 MB 4,738 0
911,228 911,228 00000000000000000001570771edace3feada19b981a943a3ed187698ba48154 0.29 MB 587 2
911,227 911,227 00000000000000000001bde048f8a708a90d849ec033bb123c9a80da08ced965 1.55 MB 2,690 2
911,226 911,226 00000000000000000000b9ec66752eb2a484661785fac8e45196b9b37ff0de6d 1.67 MB 2,938 3
911,225 911,225 00000000000000000001a31a457242667b94855a4fe2266ba10a60f9b88dc9b7 1.08 MB 1,241 1
911,224 911,224 00000000000000000001bf5e79c9544a9c75704b6fd8c5b3aae95c7898c5b848 1.49 MB 2,497 2
911,223 911,223 00000000000000000001f8572054ce4ef2c08f72fa31a2286b66ab4fb14d35a7 1.63 MB 3,958 3
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
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.44 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.