Memory Pool Memory Pool Refreshing

965 transactions (0.24 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (829,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,863 79,863 0000000000469c6980f971f8b9e72f86fbfe1f67db4105bf48d41668fb3b80b5 0.00 MB 3 0
79,862 79,862 000000000039bbecff25187c71fd54b1c15e89a320f2651f87367a91486b8906 0.00 MB 1 0
79,861 79,861 0000000000144a6bc5e8bdfb04a2cd3029d238789242868a99cbbb854ce3db18 0.00 MB 2 0
79,860 79,860 000000000028877079678ebd492919f06636345fb59beeaa908885d8a1b20e59 0.00 MB 1 0
79,859 79,859 000000000042682fa192f80848b08aa08987168e8db4ece96a7e5e463400f061 0.00 MB 3 0
79,858 79,858 00000000002947989963a802a337e8b51502c35e03848568afd6f4fa33f72eb4 0.00 MB 2 0
79,857 79,857 0000000000423223f13fea4959b5e1e88ee141a4917fe42434bb3fc37dfccd8f 0.00 MB 1 0
79,856 79,856 000000000016a45ec39c810440e565f7bea5888cf3479af7066cc45d6d0a00a1 0.00 MB 1 0
79,855 79,855 00000000003c1323994b42885e4a13f1d7c4f6c35bd99d66545e79b9b967aa04 0.00 MB 1 0
79,854 79,854 0000000000470ccf438c5c579c6d72ed3c30c18a95e335ce519d9bd2132af0d4 0.00 MB 4 0
79,853 79,853 000000000024e47f1c0cfd829ec3fadee122764d07489de6cd19208c8370e74d 0.00 MB 10 0
79,852 79,852 00000000003abe76cc19c6446103408bfc8304095e2fa7fe4d7d69dc71401e2c 0.00 MB 5 0
79,851 79,851 00000000002ff352e3dbdcbc3e278d9b95251562fb543e53d2110676a0d72f94 0.00 MB 1 0
79,850 79,850 0000000000103242cccd3103b4921a58994f2ede8c3df54bc63a95e2ae70b1df 0.00 MB 2 0
79,849 79,849 00000000002721c05e69d98db5fb34e6f21048f1ea3079d626939971aed880eb 0.00 MB 1 0
79,848 79,848 00000000003ff2cfffca9cbfeadefef96127c8a2cd4d13d956e2ae89984629ae 0.00 MB 1 0
79,847 79,847 000000000048c97940b6cc5cc4f85485b3f84c821aa8e74577d0f8e4c61864eb 0.00 MB 1 0
79,846 79,846 0000000000137230aa1068854da1f033c3954dcee4321f30d062f97e8049515f 0.00 MB 1 0
79,845 79,845 00000000003d1c809344a397341724993fd65c4c7d9d1f87e1a1cafd1b7f35f3 0.00 MB 1 0
79,844 79,844 000000000053f5294d8ea1a878ba1e7fd4bf53d78db01fa00a97c4a938316767 0.00 MB 1 0
79,843 79,843 000000000049ca0b80d1b0a9ee621cac26b5757f5101c78ad8bf0f7268dd9894 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.44 GB sent, 105.10 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.