Memory Pool Memory Pool Refreshing

17,338 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (713,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,770 193,770 0000000000000607c61a6ab6047bd54801a9b2965c4a03002980d39bbcac490b 0.07 MB 170 144
193,769 193,769 000000000000040fcf484523e563e2bdccbc0a9824901ba5f3fe56f3d092fa99 0.00 MB 12 941
193,768 193,768 00000000000000c73df704dc4f54d0095acc452fcfd20d7d56dc5f00fb6e7d4c 0.00 MB 12 106
193,767 193,767 000000000000020570e113adc3448f135a15cd6fe9dc91768e52ef9880330643 0.03 MB 112 49
193,766 193,766 000000000000047d91bd48b8d227eb647e6e19ccc9ba26c0a2420f9a8fa197a4 0.10 MB 299 164
193,765 193,765 000000000000059eb3fad0d011f02889307d0df53a336117515e15b28150ba32 0.19 MB 512 85
193,764 193,764 0000000000000359d06f84edb7c6a942d2915eaa12c8ff024b81173dc71dc6cf 0.05 MB 115 94
193,763 193,763 0000000000000639b308f0138ee86fe03d5fdd427ec9083060e6c6bab73dd865 0.36 MB 1,024 92
193,762 193,762 000000000000075d7a130edfc3b89924ba6bd026870eefd6274ce35089101f4f 0.00 MB 13 30
193,761 193,761 00000000000006787680446938d02023f4bc4f97aa1bc4195b8689d9915ed0e6 0.01 MB 9 29
193,760 193,760 00000000000004363d401edde908c2b55f6cae361ee378862dc9ada529b2afb7 0.23 MB 512 42
193,759 193,759 00000000000004a64a327e509cc5a2f546fe1f7d5bdd5186f29237c85bb1722d 0.03 MB 47 76
193,758 193,758 0000000000000194d18255f3876b88c13fd693e833f7d1852f0b941ebf9f8119 0.12 MB 205 103
193,757 193,757 000000000000053421c989cd3b1922e8f88e626fea9ec1d362beacdf165d67e6 0.01 MB 23 162
193,756 193,756 00000000000001b6af29c43c3e0f1ca352774b7b0ecec9d385d8b838595ad8a1 0.01 MB 28 49
193,755 193,755 00000000000006c54f250ddf2c655f7bd1e51536d489d0daacd27dd1fb7023b2 0.30 MB 582 110
193,754 193,754 000000000000046455bb4e8e5b8405a93b69bc1209bd3be61961144ab8ba67c1 0.03 MB 53 47
193,753 193,753 000000000000050ceeadb9990e1e47ebf0a75c15abf6ba85cb79b32a715d51f5 0.25 MB 670 166
193,752 193,752 00000000000005b06fab6b75235c604c2b4afdb3fddb2e4e12ab3f09faa495b4 0.06 MB 179 109
193,751 193,751 00000000000007a58711213fa5aeff053501c171e14fe3f1a47fa6bd9c3f7a6d 0.05 MB 107 155
193,750 193,750 00000000000002b2b93c2f36b66d31465af74b784d958e29d26989e815c8fde6 0.05 MB 132 28
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.18 GB sent, 92.99 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.