Memory Pool Memory Pool Refreshing

4,275 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (60,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,479 847,479 0000000000000000000318418c1ce0ecfd55a50956cc0ac57111c4594248f89a 1.62 MB 3,903 30
847,478 847,478 00000000000000000000deddcce862f6aba66c165fe1c9378a8488e88ec46e92 1.46 MB 3,114 37
847,477 847,477 0000000000000000000208699982c3dccebc0cd4d45611eed62c45e7efd6a329 1.56 MB 5,182 26
847,476 847,476 00000000000000000000abfa3354faa3a1a382eb9683b1d4305a8d5ba712b7e6 1.52 MB 4,881 28
847,475 847,475 00000000000000000003383a8e7266ade864f9dc6d4d6272974a30e2660aabd4 1.65 MB 5,227 29
847,474 847,474 0000000000000000000153c14696c3cf5e9317f544aab1f652d24388262ab965 1.69 MB 2,599 28
847,473 847,473 00000000000000000001fa756126e963a6ae53eac7e660e0da88fd14319a0137 1.41 MB 2,665 34
847,472 847,472 00000000000000000002f3f2490766271bab625ce7270d450a54709f4d9036c7 1.57 MB 3,757 94
847,471 847,471 00000000000000000001c2ead684e2189945a33211275f3a4398d97ca0e2bb90 1.59 MB 5,822 28
847,470 847,470 00000000000000000002fe8a780f86e49d19b44636e3acc31b1ba3f082f44fe8 1.61 MB 5,057 28
847,469 847,469 0000000000000000000126349f52c99e152d0c05ef3f306d80e9f89213fde6a8 1.55 MB 5,675 29
847,468 847,468 00000000000000000002a55303f1a6550366fd244519ba7f3de6ed3c85fe72ed 1.97 MB 2,644 33
847,467 847,467 000000000000000000023def531c263862b15e75c557dc924543a423acd5b531 1.67 MB 3,101 33
847,466 847,466 0000000000000000000329a9171aae1393613f623e1b3d7208954ab8c318d3ca 1.63 MB 6,643 28
847,465 847,465 000000000000000000008f50346c87c936de7def418467b5046deb3e9255a124 1.70 MB 4,023 29
847,464 847,464 00000000000000000000fe3bbc305d8cd47094a54650e6412d57956a8dfc986c 1.68 MB 3,966 31
847,463 847,463 00000000000000000000ab9506880bdeb1b4e723a602ac750ff063e8b103e120 1.82 MB 3,465 35
847,462 847,462 0000000000000000000075b473dac360e6c682eb124baf7643a27138207616d6 1.58 MB 3,347 37
847,461 847,461 0000000000000000000132ccdca68319648616c9deeafb0e2610e097e6c79c84 1.80 MB 3,214 37
847,460 847,460 00000000000000000001fe97d07b430a4818fa0336ebf5ec2f4a29b82ca70bca 1.69 MB 5,209 26
847,459 847,459 00000000000000000003207a12108f75b2ae849e64009a651583d1968fe3b4a2 1.60 MB 4,107 31
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.23 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.