Memory Pool Memory Pool Refreshing

1,767 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (2,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,197 905,197 0000000000000000000199d47c5867e3cb3e6cf6c535d9e6947dff36a1647f3f 1.75 MB 4,756 1
905,196 905,196 00000000000000000001541507b40b9da5c2595bd08475119ff6154037ef0b11 1.77 MB 4,953 1
905,195 905,195 00000000000000000002365eb7c0735f97ba34be345a449f2467c81955804805 1.68 MB 3,860 2
905,194 905,194 00000000000000000000b2329c6b772e7197edc71e9dd2543f74158db479989c 1.78 MB 4,782 1
905,193 905,193 000000000000000000021311a6974f9579be682fcd337c55e399a707bf0492ab 1.74 MB 4,653 1
905,192 905,192 0000000000000000000215320f1c76113ee2d6e0e29242b11cff94f48ec9fa23 1.67 MB 3,591 3
905,191 905,191 00000000000000000000ae6d2e7554508045ecae33946e734a836e9a4fff7243 1.39 MB 1,662 2
905,190 905,190 000000000000000000014b67bf9e80820e5c791785fb811185a8c81b6ef60a89 1.73 MB 669 1
905,189 905,189 00000000000000000001102067c578c8a363500b59f3a6fb875f64d53ae87b8d 1.48 MB 3,324 3
905,188 905,188 00000000000000000000727405631e6526759867943087a511a78df4620c6e2d 1.69 MB 3,256 3
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
Previous 10 blocks ↓
Total Size: 769.57 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,649.50 GB sent, 95.77 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.