Memory Pool Memory Pool Refreshing

2,334 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,279 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,299 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,278 (805,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,626 102,626 0000000000012a4ba7920e7fa3bfdeca0c52bc762d8348987ab2f3b070a1e946 0.00 MB 1 0
102,625 102,625 000000000002561fad75137b0d184303a77dd7ce7533b8730310a7250f672749 0.00 MB 1 0
102,624 102,624 0000000000014afebfea06b79105318b21ee571da62665dda565b700e0ce3913 0.00 MB 12 0
102,623 102,623 000000000001df8cf369a2dfdc4411d9a53c07e00160dbd322795940685d0369 0.00 MB 18 0
102,622 102,622 000000000001b907eb292f4e36620a62b05a82828545b34cd47ff491b4b2637f 0.00 MB 6 0
102,621 102,621 0000000000032bfa03cf34a08580d1573a84ce27210fc844d28a218eeca78802 0.00 MB 13 357
102,620 102,620 000000000003ee0981f18d56e00e68788ccaad5a566b1abf54930409c9d0e925 0.00 MB 3 0
102,619 102,619 000000000003f43c17791fc0bacf220e0ed99c560352623e3a7c82f7c0a1e5d2 0.00 MB 14 0
102,618 102,618 000000000001d2f6bf827edb1c7e5ae5e2948b3745cd55c0dec5643b60f1978b 0.00 MB 14 0
102,617 102,617 0000000000037ac472067e2b302bff6049ddf41a40e889a3aec489d875750cd7 0.00 MB 14 0
102,616 102,616 0000000000025ec3d960eb3a0882fec7e154b7c8b4608534bb7ada75e5d1b0fe 0.00 MB 14 0
102,615 102,615 00000000000167efda92f7d014f8cc0f25ef3a6b79002cb03d82995a3affe353 0.00 MB 14 0
102,614 102,614 0000000000005ae4daf098f89147cda14e37dcd4aba18808064622fd77d54433 0.00 MB 14 0
102,613 102,613 0000000000023a42e11a288546d083ed72007bc2dfbd20b0bfbb737fef81c225 0.00 MB 13 0
102,612 102,612 000000000000e83464a424ae3ce10d8eaeafbeb3f84fa682091ca698ade70163 0.01 MB 9 0
102,611 102,611 000000000001ec980859fa46253857ee9d248436226f4e1eccadfb8a4ddb9004 0.00 MB 4 0
102,610 102,610 0000000000016a0b7e9ccc46bed82e0ca49b3447e733edb5cc5b8fc60db4f522 0.00 MB 12 0
102,609 102,609 0000000000028d9e64b40f5b7b9c1682518b6b88d130a40440427e1d43a97e08 0.00 MB 7 0
102,608 102,608 000000000003dd0e720c5567b8064b377b0959241563b33cc1b2e4c6cf0c60df 0.00 MB 13 0
102,607 102,607 0000000000017aeec50b8a3bd7d1d3ac86a01e57106559b450388ea6da36f58b 0.00 MB 20 0
102,606 102,606 00000000000028e202e7d69846eaddc65b87d9a051496974b655d6ecf0ada2d9 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.84 GB sent, 98.20 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.