Memory Pool Memory Pool Refreshing

619 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (2,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,187 905,187 00000000000000000001e3f7f7cd70792ccf34aaf709d96b05cd7a6b8a7fa600 0.37 MB 509 2
905,186 905,186 0000000000000000000089decce5f4e15206ae823d973c24e72f5a9666f48345 0.35 MB 678 1
905,185 905,185 000000000000000000014e8fb9b288d56f2cee028bee530b5bb6e29bbc03f9cf 1.65 MB 2,101 2
905,184 905,184 00000000000000000001137961aa3c77105e67bf35e9638da140ee36396ca346 1.50 MB 1,861 1
905,183 905,183 000000000000000000011a2a7498613bba536d6f0f5649aca4e6a484d6312211 1.57 MB 2,909 3
905,182 905,182 00000000000000000000f3901080c6470759c9dc47e1208b13c8f57ce70492c6 0.29 MB 494 2
905,181 905,181 000000000000000000023f3e59ce00aae3cf43ae1098eecd4e6205b75df562b7 0.09 MB 263 2
905,180 905,180 00000000000000000000f269e24958db8317872f70d4f98c892e6bfc184e2cfa 0.51 MB 1,009 2
905,179 905,179 0000000000000000000222e251baa38b36512acf0abd081236850341cdf22bdf 0.44 MB 773 2
905,178 905,178 00000000000000000001dfe15010d8c27549edfdc1fc067d35d488b4b4ae266a 0.03 MB 84 4
905,177 905,177 000000000000000000009739bca389ead832412d6d93e4ed5657516ebd26f13a 1.34 MB 1,945 2
905,176 905,176 000000000000000000002b1f1fbb3800287b4fc62e5850711f935abda49491ea 0.66 MB 1,003 2
905,175 905,175 00000000000000000000d88f99e9780d9d332164e57a841aa63b1373ea926f3a 1.50 MB 1,879 2
905,174 905,174 00000000000000000001dce27667217b0875fb6caa4d5e58d5ea8b326a4d5fe9 1.88 MB 1,883 1
905,173 905,173 00000000000000000000137d489046fa41dae003072d51b51bcb36cd97333c94 1.53 MB 2,355 2
905,172 905,172 0000000000000000000116145a749c14c91503bbd9aa356c14a03f6d1a865be2 1.78 MB 2,119 2
905,171 905,171 00000000000000000001ebdcc8242a4021a445a10bd442db4f0dec7c946f640d 1.47 MB 3,330 4
905,170 905,170 000000000000000000015ca2ad9029d310c172c1ae59805a28dc92f77fcd57a3 1.68 MB 2,796 2
905,169 905,169 0000000000000000000072ab08d692796b08e35c2c284a586c12a5690441b04c 1.87 MB 1,293 1
905,168 905,168 00000000000000000001bb0662d35724325398a9b071fbe3d1a9842f3a90c3c1 1.77 MB 1,635 1
905,167 905,167 000000000000000000003bc8834286dbb2ce82ece6496e41c37b562fa5589773 0.19 MB 370 2
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.