Memory Pool Memory Pool Refreshing

7,706 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (68,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,002 839,002 00000000000000000001af81f415962b4a658a214cf7f10846a708babfb4c1f4 1.81 MB 2,918 41
839,001 839,001 00000000000000000002465f2f9e6886b1f139b8f7cdb8ecb644bd7f1c9f23c0 1.89 MB 4,352 52
839,000 839,000 0000000000000000000204e442f3fad9aa17ee756fd464cf9f56efa3bd98a24d 0.00 MB 1 0
838,999 838,999 000000000000000000030a52e0ee93fa90581b99392ef435da0885665b785154 1.80 MB 3,687 41
838,998 838,998 00000000000000000001482373bdbafb7806bc8cdc7c9e6e592c933f3238f7c8 1.72 MB 3,993 50
838,997 838,997 00000000000000000001658be74675e6a36993207217dec55c39fd6d86f51890 1.71 MB 4,406 65
838,996 838,996 000000000000000000012477c351770b8d5f9240426e3ff1f98c5f8813f590ce 1.68 MB 3,707 58
838,995 838,995 0000000000000000000217549a1531c3fc4f290100d1f8d8281145a3af349369 2.03 MB 3,656 67
838,994 838,994 0000000000000000000330cfb0cf4f5d3e43173d4fbcd5f4f527bec045f81791 1.66 MB 3,648 54
838,993 838,993 000000000000000000024d6335b6ee130af31bf68c89d39ce1c6a3a7d82e07a0 1.84 MB 3,293 85
838,992 838,992 000000000000000000012a0a8bbde3328a79513172f61ec6cf7547e6ccfc05bf 1.74 MB 3,656 78
838,991 838,991 000000000000000000028b22980e9f0e3acd771c119a61f9fa8aabbe0df5da1c 1.69 MB 3,752 92
838,990 838,990 00000000000000000000e71fc2b6f441096f59af805433b97203a538403b2909 1.61 MB 3,861 130
838,989 838,989 0000000000000000000072e0e089d8f58204171734673fdeeb024b4b7ea76371 1.66 MB 4,007 143
838,988 838,988 00000000000000000002d43a4b195b41bc2f97a826249fa93c5b6328fe940fff 1.55 MB 3,662 137
838,987 838,987 00000000000000000000193ef3b4c74058a107751566f9f6bbd4fd72f49ec88a 1.58 MB 3,649 178
838,986 838,986 00000000000000000002c6ecf68453bd4cd9c7dbaacc29e234f495ac2ef14393 1.77 MB 4,841 169
838,985 838,985 00000000000000000000fe3a71e46a6b6bf1db7c8537ee468a7528cf3f7997ae 1.78 MB 4,949 164
838,984 838,984 000000000000000000031a657507a61e823ae42eabab25156b9bd36c5c2f0279 1.73 MB 4,438 195
838,983 838,983 0000000000000000000117af2923cd70a7210c65c865dc25f3159a7195590b68 1.71 MB 3,122 34
838,982 838,982 00000000000000000000f943297f25ec88e5cfaae80ca520955d9479ff256ccd 1.79 MB 4,765 63
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.