Memory Pool Memory Pool Refreshing

2,830 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (609,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,747 298,747 000000000000000011a446bb56aabad6b4417d1295dae7bb3db065900e8e6c19 0.35 MB 831 65
298,746 298,746 0000000000000000283550fd0c4c8fc85c549867a9a9e2eba0127ec8d72ad09c 0.18 MB 363 32
298,745 298,745 0000000000000000477582d68382108b43b216204fce386766965050331215bc 0.19 MB 433 33
298,744 298,744 000000000000000026cd3e291ad55ecf1ae5476ba92f0e69b802c5d5cab756f7 0.05 MB 124 41
298,743 298,743 00000000000000006b14042737a4d5d32183e0fc1d3af995462a0b63ea3fa89b 0.08 MB 119 29
298,742 298,742 00000000000000006316cb8d16e3b70a3d94c6c186b3f20afac76a9ebae9881e 0.05 MB 99 29
298,741 298,741 00000000000000007e6abda53e775923783161e63c64d3ea95f4cfb84e99cb94 0.17 MB 299 33
298,740 298,740 00000000000000007f3136541b2f18af2bc827181b41e5b9810a6165fe784668 0.30 MB 535 66
298,739 298,739 00000000000000003d96d0e56348bcef1fb8da6afe62f6b58d400fe753613233 0.02 MB 52 41
298,738 298,738 000000000000000031054e89515b3a087de4aef30725f8592a1dad2781842040 0.05 MB 45 6
298,737 298,737 00000000000000003d575d60f34de4bb5c817b3cbf99ad0362a0925be460f03c 0.07 MB 126 25
298,736 298,736 0000000000000000325d6b9873e353849d6fedf620942f5e776afd1bd0e57c8a 0.20 MB 243 27
298,735 298,735 00000000000000002c3e90ce20246fb517ba9d8a0990d1679e0d334c408be583 0.05 MB 68 32
298,734 298,734 00000000000000001820ad198e9a6da378c742d707a0979d5641a66ca55ff2b0 0.09 MB 188 48
298,733 298,733 000000000000000072610bd97072acc0846907fdb77e0f652c90e969db92742f 0.12 MB 157 32
298,732 298,732 00000000000000006d09cfbc32067ef3a3b9fb4e55a57d3839944da716b8a0f9 0.25 MB 484 35
298,731 298,731 00000000000000005910ca6568edc78a519982feea9c4d05af352526f6de17f3 0.12 MB 256 43
298,730 298,730 00000000000000007c35c494081429413f782995dbf4b53157ababf0e9d5f15b 0.00 MB 1 0
298,729 298,729 000000000000000055127c193a8586a2a69c21d76c9050d3a03dd0a92959df5f 0.44 MB 665 28
298,728 298,728 0000000000000000507ae868ed9210660d389e787870f9f3a5dfeed6fc778ba5 0.35 MB 244 19
298,727 298,727 000000000000000008845af4f060f293f22b4ca4a56f3b26b048958e8f9f6277 0.23 MB 354 31
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.