Memory Pool Memory Pool Refreshing

75,733 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,153 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,187 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,152 (1,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,194 864,194 00000000000000000001343cad7f336ef3c67abb35617393f17b99a9811cd3cf 1.64 MB 4,307 2
864,193 864,193 00000000000000000000e6c2f16215ad9850e18d4c46a4af471f47349ed28433 1.59 MB 4,407 3
864,192 864,192 0000000000000000000146e9d5ba34b41f311c4f3a1f4c5f96bf0fb5be57f1ef 1.45 MB 4,411 4
864,191 864,191 000000000000000000030bf7eac0068086140333308301cebb8b6d7ef6fdb4a9 1.50 MB 5,033 8
864,190 864,190 0000000000000000000008416c1d953974d9b5d45adb55f29090419139023690 1.51 MB 4,653 7
864,189 864,189 00000000000000000000059f33280f9f4e7e567e2f076840e08fe3acbf1def20 1.54 MB 3,219 5
864,188 864,188 00000000000000000001e598425e3129075ebd44b7b7c1a8a1f6ac07e9cb4506 1.52 MB 3,868 8
864,187 864,187 00000000000000000002b659e52d9619e3dc4877b02fad7092ac6dbb7896fd70 1.59 MB 4,243 3
864,186 864,186 00000000000000000002c0324c99d25df85c39deb7b5449864b573c2e8e9ec7a 1.44 MB 2,810 4
864,185 864,185 00000000000000000002639e9be7f103d6597c29ff59f88f72b399c2f9332770 1.62 MB 3,195 8
864,184 864,184 000000000000000000025768e7445133791e035af31a22ec68490f7d53e70db3 1.55 MB 2,631 8
864,183 864,183 0000000000000000000241ff2e75c646e042c42a11dd1440b166bde6c3d118fe 1.59 MB 2,894 4
864,182 864,182 000000000000000000014a525f7eeab6e1b3eb73a96857c10ec5ae356254dd57 1.88 MB 325 1
864,181 864,181 00000000000000000000bb7cf7188b00414c5b8af9a3b09ce57c20936c32d75c 1.86 MB 1,027 3
864,180 864,180 000000000000000000005faee5fde403424a33bc78c1371743e4d9b79823595b 1.67 MB 3,144 2
864,179 864,179 0000000000000000000006010ff48af0fc1feec5df02a1762ab8f7c950f14c54 1.61 MB 3,875 5
864,178 864,178 000000000000000000000bfab7708ad45a759816bfe3db7a627e5f8257af6437 1.73 MB 3,827 2
864,177 864,177 000000000000000000015b891b979958eaacf32f8eb58832923d3adf63d790b5 1.93 MB 4,209 3
864,176 864,176 000000000000000000025346e6ae981503d685f54081a7f78368d42539c3a61b 1.65 MB 3,799 5
864,175 864,175 00000000000000000000370b92bd75d4b77ab3c094021f205384035864c6badd 1.50 MB 3,276 7
864,174 864,174 000000000000000000018393e9702848ed66b8daa8af3494fb9f51e0668b0bc5 1.66 MB 7,305 1
Previous 10 blocks ↓
Total Size: 692.03 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: 1,833.94 GB sent, 157.76 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.