Memory Pool Memory Pool Refreshing

1,555 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (816,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,256 92,256 00000000000686a9346e6768d74c2200985f1ec3871eb2cb90e70132167b4458 0.00 MB 2 0
92,255 92,255 0000000000051b8c416d6be5e3229e90e03a4727f4bdc0cccee2d188beb110f3 0.00 MB 2 0
92,254 92,254 0000000000066415d9e242ad46056d80a50fadd6d6e8218e7364189285803e1c 0.00 MB 2 0
92,253 92,253 00000000000bbed932fe46cf6fcb81b1364b34797288953261bd05939c98a975 0.00 MB 1 0
92,252 92,252 000000000008ee00a075e340b4515f29adb656be8519ab36195dcc06d86af464 0.00 MB 2 0
92,251 92,251 0000000000024e8a6e386f7caf72283fa4635aacedd2b1e012b7161905cbdf34 0.00 MB 3 0
92,250 92,250 00000000000864b4c55f2bd3a3c323d13072ead861d43200097284573f539ee6 0.00 MB 5 0
92,249 92,249 00000000000638ce4a32409d3ebe09f5fe6a1cf5730501fbd7dc18579f8e041f 0.00 MB 1 0
92,248 92,248 00000000000a386ffe3f6d003ec882719582515e6b1a52cfc2095ebab40ef540 0.00 MB 5 0
92,247 92,247 00000000000943288938e7d39210d8f1e3431c65b65a296b8e61c45008035970 0.00 MB 1 0
92,246 92,246 00000000000ae051e56460cd24d3a7836ae638ed28cb87ab2d86eae7bcb2f30d 0.00 MB 1 0
92,245 92,245 000000000005c49ec53bfd299607b7104fd181efd4cec9f26437606dffce8696 0.00 MB 1 0
92,244 92,244 00000000000a73b457061c66bc4177a4db3c0f23618b28c5e7a2a8ae525802e5 0.00 MB 3 0
92,243 92,243 00000000000c9d18a32cc10fb128bf1e6f153f2e91e73d574b5a994e99d1600f 0.00 MB 1 0
92,242 92,242 000000000005332c5866d146b063ade62f36650760cfac753949c0eab8adffaf 0.00 MB 1 0
92,241 92,241 0000000000045e87f01651f0f0ccf0ca1dc256d5fdd7a2052fcabcb5bfbd7415 0.00 MB 6 0
92,240 92,240 0000000000077430a94a5376bf2af42d4b1aebdecedfa9e4f7e3f0465a84d891 0.00 MB 9 0
92,239 92,239 00000000000989edb2cdfd323e1959b898496f4cb4b4b4dfd35b2b4234813179 0.00 MB 2 0
92,238 92,238 0000000000034254fca03c55e3f8e440be6c95a9ec1f362bb4af431d46c67779 0.00 MB 3 0
92,237 92,237 00000000000190b94b3f22b50e0a912dfee795ef0a0c2dbf3f6cea9f9f2d09ad 0.00 MB 1 0
92,236 92,236 000000000005b2ed9610d1a02dbc86d63dea4e390b0f6d70fbb89bf07b84d9a8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.