Memory Pool Memory Pool Refreshing

13,552 transactions
4.85 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,961 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (52,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,899 854,899 000000000000000000030fdc742713c03f5ed22d7ccf0809b86d419247cf2082 1.65 MB 4,903 5
854,898 854,898 0000000000000000000193df735f5b49479a69272b9046cdc8c5611c95d2d044 1.51 MB 5,721 4
854,897 854,897 00000000000000000000dee8df036831e746bb6ddd3e16f8736ea49c75a84882 1.63 MB 4,272 5
854,896 854,896 0000000000000000000319c44bb6523dd520372268de7ab89224b3bc8ef9fef6 1.50 MB 3,075 9
854,895 854,895 00000000000000000002b038be73a6644d18e933ea58276a18775dde26bd3669 1.62 MB 7,892 3
854,894 854,894 00000000000000000002e3f8d32568723b0abeb866e2838cacc751b97febf5f7 1.57 MB 5,853 5
854,893 854,893 00000000000000000000641634c4da7db63eabe013b082461aaa6c19fea4a127 1.58 MB 5,760 5
854,892 854,892 00000000000000000002a11569919d544712fa785718036a09197f577ea83ce1 1.63 MB 5,703 4
854,891 854,891 000000000000000000019246044654b175bd787ffa2252751f76ccd223603ce4 1.69 MB 3,777 5
854,890 854,890 000000000000000000017740b83ee92503baf196c64af970cfb445bf48680139 1.39 MB 2,463 11
854,889 854,889 0000000000000000000015ecfd07a9cb7859b1ae5eea0be871d0b8ac12b1a27b 1.63 MB 5,725 5
854,888 854,888 00000000000000000002de4e86a4aa49c291ee124294f975c8a06211d703d2b0 1.68 MB 5,602 4
854,887 854,887 0000000000000000000217e7992c592c028938adb2eba65a41eda5f508f6ba6e 1.92 MB 3,113 5
854,886 854,886 00000000000000000000ad00c8b47757d2671856392567b4ec5f80848e96dc40 1.79 MB 4,076 4
854,885 854,885 00000000000000000002138c449acd00c26d77a6927453d51f2118b2a26bdab0 1.55 MB 3,836 7
854,884 854,884 000000000000000000027e8aaf4e39f601e3eca9eecd75da58103874fce6a532 1.54 MB 3,700 8
854,883 854,883 000000000000000000030cb50bdda4d7c96a2dbb45deb4da8331669e799c0438 1.67 MB 6,139 4
854,882 854,882 00000000000000000000a047cdf9d12f9227685687896eda7a0f925a23a22a1e 1.56 MB 5,257 5
854,881 854,881 000000000000000000009dff9aba604236904d55bf264c1206debadc99eab433 1.58 MB 4,284 6
854,880 854,880 00000000000000000002bd5b7f69394d509305321f865344e9d58aef29c9760d 1.73 MB 1,944 4
854,879 854,879 00000000000000000002f32b52abf5c72659b1fc875ca732392f05264360f389 1.54 MB 6,120 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.73 GB sent, 93.00 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.