Memory Pool Memory Pool Refreshing

8,448 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (15,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,906 891,906 00000000000000000000e05739c54b6e38f38007ce8f0f8756ba0c1f5c9faf02 1.82 MB 3,740 6
891,905 891,905 00000000000000000000368a641019188d0b2b17bee17a380aba360a29bc84a2 1.76 MB 3,903 10
891,904 891,904 0000000000000000000109c2ad9d0b565a9c363043dbe5718c82355c78f87834 0.18 MB 407 7
891,903 891,903 00000000000000000000f572f70493e70d6e6d95d65f4d78454db65859dee965 0.18 MB 492 8
891,902 891,902 0000000000000000000106e376c74699af0f99e46284d544744a2104e18c1ce4 0.27 MB 657 7
891,901 891,901 000000000000000000008b8c95ba47ec4a56c07a6b184cccd812859332de4bed 1.72 MB 3,682 7
891,900 891,900 000000000000000000000f382dfd311982c84af09000ecf7ed0b51292e4c6559 1.64 MB 2,621 3
891,899 891,899 00000000000000000000906d41d5ab2e9e2c6351c2723daaa8737f9cea810650 1.74 MB 3,852 11
891,898 891,898 000000000000000000003a38d250e240fe117f60a0bd41fde75a24dc600762f5 1.98 MB 3,549 31
891,897 891,897 000000000000000000019955af174a85adcfce6f6a221180ee9139f5f1d65167 1.29 MB 2,726 8
891,896 891,896 0000000000000000000030a12302e457f90bfffaab61316dc55b69a5da0074e8 1.85 MB 3,203 16
891,895 891,895 00000000000000000000500a2a1394cd971ca6cd2edff99277b3684c5a69648f 1.52 MB 2,758 10
891,894 891,894 000000000000000000024983855095fd50dd0bfd94c502ac89fa238a0bc01ab2 1.67 MB 2,693 2
891,893 891,893 00000000000000000001922cc22b3396d0a043f29ec1016f509269ca8df2243c 1.84 MB 3,104 10
891,892 891,892 00000000000000000001c0357559f7b359784b93420ec5420512d2b973b95212 1.97 MB 2,819 36
891,891 891,891 000000000000000000007a2d73b741bbc92349fe4f4e81f92e887ab122ba96ec 0.99 MB 1,767 11
891,890 891,890 0000000000000000000052637d195e0084d46558282d0d274422936a1dea2665 1.05 MB 2,100 6
891,889 891,889 0000000000000000000026440b8efd8582762227ad67ce40fc3d75b674111f23 1.85 MB 3,768 17
891,888 891,888 00000000000000000001227e5f6b53609f24e1d68ffbe287d09cb9ad8bf425ae 0.56 MB 1,053 11
891,887 891,887 000000000000000000006bffa98c258c16c17d1ef3daea564787f9ac41e04f0f 1.18 MB 2,167 14
891,886 891,886 000000000000000000002e8a98187f0fab06ad397e1f5a4e3e8493b6aebfe36d 1.12 MB 1,835 7
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.