Memory Pool Memory Pool Refreshing

1,733 transactions
0.48 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.48 vMB 1,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (840,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,596 67,596 000000000123056579d6069b9305cdeeaf64799a05c99d090e2e3e69f249a96a 0.00 MB 2 0
67,595 67,595 00000000032ce7b88fa1cfe7d38a97bb516c4a0cbfcaaf020fdcf168579c6664 0.00 MB 2 0
67,594 67,594 00000000024d63d6142a3aa1eea9d235df598bec7b12017d970403cb98540d8d 0.00 MB 1 0
67,593 67,593 0000000000e9f2cd7a1cb2b69fe3e3b46b4adea13c88f9d540e4c69f23be1be2 0.00 MB 1 0
67,592 67,592 000000000458af29803fbb6c835dd8e8628b627844a63de13112da4a85cabbdb 0.00 MB 4 0
67,591 67,591 00000000033ff3c163a99bdd9d3d2fef55d5117677ba3fadf8bb5646e87b410d 0.00 MB 1 0
67,590 67,590 00000000005ea6bb8562422741eadb483e132cc769de759dd1b8c7c4bf6b5d03 0.00 MB 1 0
67,589 67,589 000000000018f36076cbd485820417e5dbe7ae1ef603c47ac203b924426b9b2f 0.00 MB 3 0
67,588 67,588 000000000573f21df4ffb42e367b9203e3c6c247a1638afec6d93b0bfd71268e 0.00 MB 1 0
67,587 67,587 0000000003cf82071e0f97da37c29023a993603c193d3de71c3de48d386745be 0.00 MB 1 0
67,586 67,586 00000000031863d1b3095cf5045c30eb7b8e4c076f711698119938b0ae5b925f 0.00 MB 1 0
67,585 67,585 0000000000e3e77a019250c90203e995dbd1ff020d0ab5cc43df881d8637b7a0 0.00 MB 1 0
67,584 67,584 0000000002e5824ab201cf9ddf354c0aed5d088641cca2cc728b94b484372c82 0.00 MB 2 0
67,583 67,583 0000000005856605d2b82a0479259c86bfbc1ab3ae491e46b789acf0c3a32a15 0.00 MB 1 0
67,582 67,582 00000000038f0b97e15e293a88aed45fb00e5ce1b6b058bd844f7eb6c69b1cb3 0.00 MB 1 0
67,581 67,581 0000000001dbc59a6da8ec18117bf6b1d521f069a9025112eaab22ce219035e2 0.00 MB 1 0
67,580 67,580 0000000003f3f1c009ee1bae99c50ad2a9e7703bdd9259816fab23aabd6cd0ae 0.00 MB 1 0
67,579 67,579 00000000057dc9e34c06f0a0f6aec2fb7cb889dc54c88d333c3340d1145fc2fa 0.00 MB 1 0
67,578 67,578 0000000000853d41d210e2473ad93c429c6e29e281458f22befe59b60bcaadea 0.00 MB 1 0
67,577 67,577 00000000010e9384cc834933c4237b45fc0aa2a68f3e000e7cdb2c39bdc4244b 0.00 MB 2 0
67,576 67,576 0000000000aafd55ddf23b2cae8ab3b8e8e0ace1c6772f35186a02561bed1117 0.00 MB 1 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.