Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,099 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,460 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,645 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,459 (162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
910,285 910,285 000000000000000000017d52258521fedcb21ee23b229ca553cd6ae7f2978fda 1.70 MB 4,194 1
910,284 910,284 0000000000000000000203ed6a9e28448a381cdc84ae72d893ecb3a1bfb7c255 0.66 MB 981 1
910,283 910,283 00000000000000000000718f8c1abdee4905724ebaa7d61f2c564daf8059fde1 1.75 MB 4,879 2
910,282 910,282 00000000000000000001dc4c0a3f3af3f0560f08cf743d97575a0ace4f6be1fd 1.67 MB 2,533 2
910,281 910,281 00000000000000000001675c2eb434cdb56d0f54dd93fdf524d3ca4979bd211f 1.62 MB 3,626 4
910,280 910,280 000000000000000000002d1c90b1f5cbab85c7fca509be39413dceaa56a0951f 1.75 MB 5,026 0
910,279 910,279 0000000000000000000159d046ac8c5886171333b43086c5d2e82309983508e5 1.65 MB 3,461 2
910,278 910,278 0000000000000000000150c6728f30d9471f3593a5e39614f586cf3a9fcea426 1.79 MB 5,011 0
910,277 910,277 000000000000000000022284f65dce531f5f7babfc726fb81789e217ec443aaf 1.38 MB 2,984 3
Previous 10 blocks ↓
Total Size: 774.24 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,240.75 GB sent, 119.74 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.