Memory Pool Memory Pool Refreshing

81,393 transactions
32.38 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,332 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,724 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,331 (308,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
564,308 564,308 0000000000000000000412b9b17f5c03f427a1efee0911e3ffd52500a78f293d 1.24 MB 2,777 29
564,307 564,307 0000000000000000000dad4e07b736e649d6619c4c9cef121b21e059343726ad 1.20 MB 2,104 6
564,306 564,306 0000000000000000001a7aaaf57750c31cdfba203f18d9303be3031096b597b7 1.17 MB 1,669 36
564,305 564,305 0000000000000000002c5906e395a0102f1765e50d32ec8d4a26900d109e302c 1.17 MB 2,995 10
564,304 564,304 000000000000000000242eef740ba301a50d74f14ceac9df1c715b58ac200922 1.18 MB 3,190 10
564,303 564,303 0000000000000000001e9583e01ed8f93d9e19497c40a272093d58b853fcbcf1 1.13 MB 2,208 12
564,302 564,302 00000000000000000001eaa9a52d662dda891fdb6a559f4feeabe2b6dd7f8b46 1.15 MB 2,818 13
564,301 564,301 0000000000000000001647ccc9c5d8657759172077721a1b107a61a1a19d44b9 1.22 MB 2,727 8
564,300 564,300 0000000000000000000b396131bb4cc8b3b7254ffec7534edfe9406c987bc8be 1.29 MB 2,871 24
564,299 564,299 00000000000000000017742f9e63fa2a4d79bdbeab26585d8ca87f57e8242179 1.24 MB 2,851 48
564,298 564,298 00000000000000000025c413b23e01a4d9eea05d6df4a52a5e1861ca48e0200b 1.21 MB 2,477 26
564,297 564,297 000000000000000000189f78af4b8233e94058f5e5790e5b882915513cc24991 1.35 MB 2,856 37
564,296 564,296 0000000000000000001304e902d476fd670ecdda3295889d26119d3e8907badb 1.36 MB 2,782 34
564,295 564,295 00000000000000000005feddd8b2e1468589cb2409aa1e11534d6bcffa1e3eb0 1.14 MB 2,687 18
564,294 564,294 00000000000000000003519e211a23a62e829357172a83f962c2b50db4cbdb87 1.17 MB 3,129 23
564,293 564,293 00000000000000000002b52d4191d5002a856afbf11a7165ca8f63d337d4c3ce 1.27 MB 2,358 29
564,292 564,292 00000000000000000023bbd89e5a145f00fcaa4ab0dd740bdc91343677e22b66 1.07 MB 1,796 3
564,291 564,291 000000000000000000239d64bef1e4baf18368072efab7441f54174f64a05d31 1.19 MB 2,575 9
564,290 564,290 0000000000000000001ab32ffdc62323d29f0b289614ad9031411b501f7d2c32 1.25 MB 2,801 30
564,289 564,289 0000000000000000001b6b9d85e8e15508f2d886ecdc504b9bf318a46858f516 1.15 MB 3,089 19
564,288 564,288 0000000000000000000e6a795f05a8a30c817e5e59c9025d14784c67c82832fb 1.10 MB 2,958 11
Previous 10 blocks ↓
Total Size: 703.83 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,622.75 GB sent, 236.96 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.