Memory Pool Memory Pool Refreshing

970 transactions (0.26 vMB)
  • 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
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (870,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,458 38,458 000000008a937d62194aa9d1287cde8913afd2c279d1f416e31b08ff786f2057 0.00 MB 1 0
38,457 38,457 0000000048f66e7782c740a322088fd16a8c208a9b86475436baee11c7741f2f 0.00 MB 1 0
38,456 38,456 000000007b4ca12b97384721c72e515fb311a2b1e6638238ae0e20f3b3e7b46f 0.00 MB 1 0
38,455 38,455 000000007d020b5e1d35ec92ce21481e1affbe3d376a6c39e4afbb70579fdc7e 0.00 MB 1 0
38,454 38,454 0000000007a392effa9667746eeb98a9fcf9a75bacf666bfbf55847fb6811ef1 0.00 MB 1 0
38,453 38,453 000000001a08ef628a5ff0a27677a779f7182d33d7c4f49d4e260aac9e2e2249 0.00 MB 1 0
38,452 38,452 000000000e539fd376a6d7956ecabf55e212debf4baaab8d48c8ef7b1dd05df9 0.00 MB 1 0
38,451 38,451 0000000068b7179a5c5da8bf13ed228d3a0ad597c4938d511efd89b7c13c0e55 0.00 MB 1 0
38,450 38,450 000000001b7b1e4e42da2a7efd39d6b6b67ab4a6c2033bc229cd882f22c487c0 0.00 MB 1 0
38,449 38,449 0000000079e3486647a651058e88c6818f11fba5634d4f828bd82eaebde16311 0.00 MB 1 0
38,448 38,448 00000000895be0d0f817e40d0f326a24c192543c9bcfedd7fc383e4b66b5cad0 0.00 MB 1 0
38,447 38,447 000000008552aff4eab97d35d4de68ec263040f62c0914dd5382bed15144d279 0.00 MB 1 0
38,446 38,446 00000000402035ec72301b0443f6d9ed00845e84dc48d2956944b00f6aba5dcd 0.00 MB 1 0
38,445 38,445 000000004ddeddd85d9c684feb0199e6c6cf21a3545fd721faa938136e30d033 0.00 MB 1 0
38,444 38,444 000000002dd1dcdbc14129a6f2504420fd48606616a1b7a5d1b23a6afdcff7f6 0.00 MB 1 0
38,443 38,443 0000000019d71d907eaa0c63cf3106ff48a6f6ec4c86421866ebb38f3926bfa9 0.00 MB 1 0
38,442 38,442 0000000043428f1fe97759ad7bba63c6ffa5b6ce68caeb06c448c60927f50902 0.00 MB 1 0
38,441 38,441 00000000379697ac4ec9ac78b8ab4640591dd6c5c322881e92d4aaff73311a8d 0.00 MB 1 0
38,440 38,440 000000005435716527959cb094c69285f80251ce29be5720132201901e2fc987 0.00 MB 1 0
38,439 38,439 000000005467bb4327e249b614fe6a8fb1926e377c2dc9f96c72447d6d7ca998 0.00 MB 1 0
38,438 38,438 0000000057979b10d6997de630a69960ad1c98a1d671a5ced75eb34c5f588701 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,930.46 GB sent, 106.39 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.