Memory Pool Memory Pool Refreshing

2,218 transactions (0.59 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,855 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,854 (846,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,872 61,872 000000000d653022db7e6ee4f3f6752f8964aedff447bf762fdafb228cae6009 0.00 MB 1 0
61,871 61,871 00000000025f1596f7365b74701a8d13541bdcedb8f621450f349f514155861f 0.00 MB 1 0
61,870 61,870 000000000a2f90d431ffa970d7928e053df5a3e6872a42eb5049440da6f332e5 0.00 MB 2 0
61,869 61,869 0000000000f81c39ff5312e4d92f09f1c2069db4c7803fe4eaae9418e4dd2bbe 0.00 MB 1 0
61,868 61,868 000000000d5ac719f02fa642ac2e0d5bc4665fd73d31fdfadd17827b20283d08 0.00 MB 1 0
61,867 61,867 0000000006cab9091e1f73d812a505b6b9e5f0c350d190efe5c57abe7835f6f4 0.00 MB 1 0
61,866 61,866 0000000002dc163b133a62db5056ee4a111c7487244e8d347c79dd4e3b5411e9 0.00 MB 3 0
61,865 61,865 000000000e3c11ae3a0f6ce659373b635d54fe895ead1135fe5908f737098e40 0.00 MB 3 0
61,864 61,864 0000000009b10c0380d07934557cdb93de3272ed2fba169cbe348544173c40b0 0.00 MB 2 0
61,863 61,863 000000000bcc0e3111ea87e09496d4b8251a52d3fc92b392283c7fa0d8faec28 0.00 MB 1 0
61,862 61,862 000000000dae59ff94b7e57266e5f3ba539177f4ec4a37c9ce79cd1ac865e182 0.00 MB 1 0
61,861 61,861 0000000001eb06d4e14cf0cccf9be2f13d932bb02d7c95d3adc9f5ee7b52675c 0.00 MB 1 0
61,860 61,860 000000000d7149181e586d5f6553703a322183290e586e2e5662ed25ec42e287 0.00 MB 1 0
61,859 61,859 00000000000451b68b6d40982694248347c9d8e38e4b04a675ddd6e2c2ffeca3 0.00 MB 1 0
61,858 61,858 00000000031bf7b5750d5652a94fe6129b32f38596d6dc85be97c01ea3ff91cb 0.00 MB 1 0
61,857 61,857 000000000aa48ef97095b7d16f8e4df40c7c8d53e170fda2294ab9b412e6ea53 0.00 MB 1 0
61,856 61,856 00000000076a119fb7d356553f8f2f0058bc544a3966847476b688fb0d2bc59f 0.00 MB 1 0
61,855 61,855 000000000d02abcd679c74d4a1eecf50cc17f7b34da6e73c9093cabfd9bd69bd 0.00 MB 1 0
61,854 61,854 00000000018728ab64a975bf979eae59f97228a151c62d861b1bd28b646746d1 0.00 MB 1 0
61,853 61,853 0000000008f51559b00e11db0c9e024c63d362468ee5a0b35eb12a3d4d801d69 0.00 MB 1 0
61,852 61,852 000000000193a338fcd8173aa48a7f82d80247a541b4d641efbb84486591eb60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 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: 1,859.96 GB sent, 103.51 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.