Memory Pool Memory Pool Refreshing

44,326 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,494 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,716 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (53,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,866 809,866 0000000000000000000136e964d113b631c98c80e131d6914602e892fcae79cc 1.80 MB 2,170 13
809,865 809,865 000000000000000000024e3b236231f17ecd3f47874b3acfe76eefcdb41f549c 1.84 MB 2,122 16
809,864 809,864 00000000000000000004cc3319bdf2963c27d7e0b86519dccd2ea98e0f3b0a24 1.65 MB 2,377 22
809,863 809,863 000000000000000000033c8ea1b1e6d34d082e801220134159e2fb1e1dcbe626 1.57 MB 3,690 35
809,862 809,862 00000000000000000003564cb4370a46dadb016b9cb34930253fd2ef7df7f57c 2.15 MB 3,381 8
809,861 809,861 000000000000000000038d0c4879236a0a5deb95ddb0fdbfecb5d8cf55fc000e 2.01 MB 3,653 12
809,860 809,860 00000000000000000004d8af328b35474f2c733c0d411171356fed9172ec888a 2.33 MB 3,166 5
809,859 809,859 000000000000000000032ad22ed3652eeda8580c30dfd690679677955bfca8a3 1.58 MB 3,078 25
809,858 809,858 000000000000000000039e6b87503ed92aa6b1a35ecd9f3236a74c1bdc84ed15 1.31 MB 2,111 26
809,857 809,857 00000000000000000000e3628cdf39007d2592dd3b9ae32635e0130c0ac29a6b 1.86 MB 3,296 18
809,856 809,856 00000000000000000002f881a206fcb3f72bd3456f8f250629a3ab66e0e86162 1.77 MB 1,939 9
809,855 809,855 00000000000000000003e6b856fe4be7a9aa69f659bba75a0c63b46925473fde 2.09 MB 3,211 11
809,854 809,854 0000000000000000000406260177a56ffb07d17d1a514dd2d26691afbe5a6ef7 1.87 MB 1,052 5
809,853 809,853 0000000000000000000166b1a28ae09fa4fbbf1c464c5062f5cd86691c99adbd 1.92 MB 2,642 20
809,852 809,852 00000000000000000000e4f52003c188f3ac56647eb9154294ac625048e34864 2.06 MB 504 5
809,851 809,851 00000000000000000001ee48d567e68a768cc36cb7b47bd6ae1dc10c931c13d5 1.88 MB 165 4
809,850 809,850 000000000000000000033655141cb9403f228c807825f8fb9f780b9b62efb199 2.06 MB 3,004 12
809,849 809,849 00000000000000000003625b08d528a41b7b439987dd9fc01da1c2286f718480 1.72 MB 3,107 9
809,848 809,848 000000000000000000029b6bf93ed0bd355ed4d001f6298d139d058f6aa16d67 2.05 MB 361 5
809,847 809,847 00000000000000000000411d7c2573113ee964d07e5f6718c1c87396aa12616e 2.10 MB 1,127 9
809,846 809,846 000000000000000000047b388f903b3c539bd53440f6598b3a24beff686e92ed 1.64 MB 2,856 25
Previous 10 blocks ↓
Total Size: 687.06 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,505.90 GB sent, 118.83 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.