Memory Pool Memory Pool Refreshing

55,046 transactions
28.77 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,990 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,234 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,989 (340,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,102 529,102 0000000000000000000f4e42a6a0eb84de179caa88af659508fb7553351fa8bf 0.58 MB 1,120 31
529,101 529,101 00000000000000000033391a82cefa4ecf60333bea6cb22d5d6da9b721002fa7 0.22 MB 372 36
529,100 529,100 0000000000000000000946add8a54d2356a01144296ea2b8c595ddd02b71c7d3 0.08 MB 215 56
529,099 529,099 0000000000000000001079793be813edf859b3a33fecc997ebf17e9bca1304b4 0.16 MB 371 28
529,098 529,098 0000000000000000000f3afd997ba5ee3945b816e65f34f5be112f4d612f0876 0.41 MB 877 37
529,097 529,097 000000000000000000376068d414be8da466794de76c8febfb5dadcd5845fe00 0.41 MB 390 26
529,096 529,096 000000000000000000323941b15c0bcab0664ca5aa8a9fb1c2a126b5aecae056 0.07 MB 151 39
529,095 529,095 00000000000000000028828ff5b218496a61e97e1bbaf9d997f6fe4bb9c4d3d5 0.76 MB 1,870 7
529,094 529,094 0000000000000000002acc723fe72f1a88ab6127812cdf17e7eda5e5216eca89 1.12 MB 2,391 51
529,093 529,093 00000000000000000000716542dbe8164b24a1e4ef164de1be40e851b4704802 0.53 MB 1,484 21
529,092 529,092 000000000000000000323b3ec512ea991313336192d15d8d385712802cc4522f 1.15 MB 2,993 42
529,091 529,091 0000000000000000000c34dfed966dd3dd85fd8e66b1dd0575cb046c96aa9c5c 1.00 MB 2,295 32
529,090 529,090 0000000000000000000bf03c7bba1fbf958cdb4afbc23f2b76f2f742cd72a048 0.17 MB 410 34
529,089 529,089 0000000000000000001dfa1a78f7302d3173cfb9743bc2959d42a37714bdba97 0.95 MB 1,933 36
529,088 529,088 000000000000000000207d4eb0af0bcfb3e4e01e2f2c37e6cc1f84d716d90b45 0.05 MB 150 33
529,087 529,087 0000000000000000000111fb7a8daef2c61dbffd989eedbd6c7b86d25fda7605 0.71 MB 1,794 31
529,086 529,086 0000000000000000000a885681cad9a8a0276165cf27e431012cc837a41ef25c 0.21 MB 453 23
529,085 529,085 0000000000000000002584713ff581dc5e97d6cfa2dc4ff758098881430e6e7e 0.21 MB 405 40
529,084 529,084 0000000000000000000eca3964cb978ca637e9ec17b584e2e83095c75f10574e 0.66 MB 1,184 32
529,083 529,083 0000000000000000003192998c0e2c9c92a8fa785af21226bc7b15e577027e71 0.22 MB 381 47
529,082 529,082 000000000000000000283a4cff83f4a8f7e567de6e83279ff7fa6e9ab2886976 0.71 MB 1,458 29
Previous 10 blocks ↓
Total Size: 699.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,169.82 GB sent, 206.52 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.