Memory Pool Memory Pool Refreshing

5,552 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,548 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (338,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,899 568,899 0000000000000000000fd6b49f26d5256d73d0d0af26b8520502860462e0b5a9 1.26 MB 3,211 50
568,898 568,898 0000000000000000001897e39263773dddeea39c6194cf4dddb12a6a992d7174 1.39 MB 2,967 46
568,897 568,897 0000000000000000000b106b3761a9389fb2bd77e6dacbbfd0d53e946e702b8a 1.15 MB 2,829 70
568,896 568,896 000000000000000000140773efa99a873b7af6b1e7fc0a0720d3636d47173272 1.26 MB 3,154 58
568,895 568,895 0000000000000000000ba489b440c79e97833c82cd1a41fb0b0625e6e4e50848 1.18 MB 2,603 25
568,894 568,894 0000000000000000002112a7f4ffb150b787fabd439538132bb837dd1dde5856 1.20 MB 3,348 50
568,893 568,893 00000000000000000003d713c2d6664e6777691e9adbb9e42076db500896ee18 1.29 MB 2,103 12
568,892 568,892 00000000000000000024b7a1dc0e183de4791a1cf6ea50d6fd1ea1a50017aeb8 1.28 MB 2,845 20
568,891 568,891 0000000000000000000e21201945d7584602d5df57781064ac4e79a5fa0a3d0d 1.16 MB 2,757 11
568,890 568,890 00000000000000000005dc97be88298549750ae8fafa0c28af68be5f58178816 1.32 MB 2,371 20
568,889 568,889 00000000000000000025efb3bdc6fa07b9096639104b3b2ed9918668ab6fdc48 1.21 MB 2,760 25
568,888 568,888 00000000000000000014e74880a160cd37c80b33e498ff53d6c704c040bbcdf1 1.07 MB 1,323 36
568,887 568,887 0000000000000000000c5e01c01c78848efe2f67b59345fd06bedca2353b6f0f 1.01 MB 865 83
568,886 568,886 00000000000000000020eb6355e660d225d1b4ba4d0ffec612f56ffaf92bab0f 1.21 MB 3,002 46
568,885 568,885 0000000000000000000d1dc96a1af5ab267028a0855524b19b6397054751f759 1.14 MB 1,981 3
568,884 568,884 000000000000000000138a6a5fc1ec2f50dea34fe7c5fffc925b81f67710fde4 1.06 MB 2,938 5
568,883 568,883 0000000000000000001937566cc14e4d1e2e1313d02cd62fd42f771de02ee096 1.21 MB 3,064 21
568,882 568,882 000000000000000000108b230592b22e11f3d5727941f39a4060decb700940aa 1.13 MB 3,048 8
568,881 568,881 0000000000000000000ae99d4003bb4a23154877caf917d8a58966b91b2e2297 1.19 MB 2,787 20
568,880 568,880 0000000000000000001350d0fceb99013aeee1f8d46494e9bf0919da91b786e9 1.12 MB 2,229 15
568,879 568,879 00000000000000000023b5f816560e7d7b0f16581e8e0ed88a57df2312369bb3 1.16 MB 2,154 18
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.