Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

56 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,464 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 46 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,463 (157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,306 910,306 0000000000000000000153d08bff7c816eb0a9584a60520ab12c8ad9d0bfe35f 1.35 MB 2,724 3
910,305 910,305 00000000000000000001fcb3e95509a79395c6bca1d2d1b54a9b01a6a4244732 1.70 MB 3,685 1
910,304 910,304 00000000000000000001525627017f53ad702859fb6f12c0559deeab1b76988e 1.79 MB 4,978 0
910,303 910,303 00000000000000000001706c38ec2c5b9d556944f55a0607c576ed0358079719 1.31 MB 2,764 2
910,302 910,302 0000000000000000000161a5fdba29e7ac359cd7f929b8193cc7e9fd9a1052e6 1.60 MB 2,833 1
910,301 910,301 000000000000000000001b6f5ea72ad13d99381a549df6535c47bd93b9368eca 1.60 MB 4,250 5
910,300 910,300 0000000000000000000154be59eb12af1085850f76854578a68427b3d83d7abe 1.95 MB 2,830 0
910,299 910,299 000000000000000000010d459b3c7153462a1163de2c305e16e3f065522f187d 1.34 MB 3,272 3
910,298 910,298 00000000000000000001534d38584bbcf7194ec38bee33a8f92066dddf30b72f 1.57 MB 3,982 2
910,297 910,297 000000000000000000016d8c0969be02a726850b9587489d76b1688278b44380 0.15 MB 517 2
910,296 910,296 000000000000000000013881dd91ebf6ac6c10d4f053487be2ceb549360b8630 1.98 MB 1,394 0
910,295 910,295 00000000000000000000220f1847a939c243dda1015b173d99ba80b3ababd60e 1.96 MB 2,177 1
910,294 910,294 0000000000000000000046f92f1673f5e6e9196bcf0867a6d8192aae3b93b8a7 1.99 MB 1,447 1
910,293 910,293 000000000000000000000c776871215cf5c0f15e946d98ec5e28bd14742138dd 1.82 MB 1,861 1
910,292 910,292 00000000000000000000924489853f46b4cfbf89c830cb10eba15389ed86c957 1.95 MB 2,283 0
910,291 910,291 0000000000000000000219a67bdbdfc64127c715514363e3b3021150c888ce08 1.74 MB 4,812 0
910,290 910,290 00000000000000000001c57e04746d753ea5f11d25f1ce550e9dd37216b5ad51 1.72 MB 3,021 2
910,289 910,289 00000000000000000000ed1bd006e334c97d00d7ae662dd7e4c6ddf7a7089935 0.49 MB 923 2
910,288 910,288 00000000000000000002113bf455d1045bba24662ab4811373e9c9673d204f39 0.34 MB 578 2
910,287 910,287 000000000000000000002cdfa7936e8f6f8f50f729261a453bfee92116c41407 1.75 MB 3,730 0
910,286 910,286 00000000000000000001254eebe7eaf7e8acf177b1e730de18c8aace27864cc1 1.72 MB 4,068 1
Previous 10 blocks ↓
Total Size: 774.25 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,241.06 GB sent, 119.76 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.