Memory Pool Memory Pool Refreshing

1,429 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.55 vMB 1,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (737,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,180 170,180 00000000000005d3ff15440684256ce17547cd2879bcbc91a8feefd6371df5b1 0.02 MB 39 245
170,179 170,179 000000000000073393ed143042da3272e73c48b7cea79823687e5a4f3b057788 0.01 MB 17 81
170,178 170,178 0000000000000588d893ce2dbd7f09e13b87a58095098a9cd0f3717de6c4095b 0.01 MB 26 87
170,177 170,177 0000000000000641724305f11bb5f45fa5b6c7ee69f3a299615d80e8a0f6a619 0.00 MB 10 0
170,176 170,176 00000000000002757390ca5de3bfd0656e227c65cc114c70705c8e4c99c5f1f7 0.01 MB 23 152
170,175 170,175 0000000000000ab20187f29e2af59a7b6c3eed222b3240e5c6bc618eec2b2c8b 0.01 MB 14 153
170,174 170,174 00000000000002821c36deee4986f984eb4dd7219cf030c6e38ac7b118c73546 0.01 MB 32 781
170,173 170,173 00000000000005e7cee3a01a06d7c3d1d829776066913c4cbaa2ab50a3aa689e 0.03 MB 41 87
170,172 170,172 00000000000004c9b077c497383dafff598e3450bce3997f16d03435f0d68c94 0.03 MB 12 102
170,171 170,171 000000000000021dc953df80c906b67b47fe9e26d7122e4ed7ce4d231148a6f8 0.03 MB 105 5
170,170 170,170 00000000000004073d91ef71d9b4c9e0d13a018530f5b8d455331c6d94e1a061 0.03 MB 65 139
170,169 170,169 000000000000073787a0316037316d2998108ec55c8adefb08a2e9bd9470856c 0.01 MB 19 426
170,168 170,168 00000000000008b43c5fbf820a430309fb93c1d9c82f8e4e8d37a9fa9e03d6aa 0.02 MB 29 96
170,167 170,167 00000000000001fab2c2723d53159d4c9cadfe85095a49da3bf36b0729a0a806 0.01 MB 34 56
170,166 170,166 00000000000003b7bf1e72734c683c3ba8b5901eba85b2691aa7cdfcbc64a51a 0.01 MB 22 54
170,165 170,165 00000000000000a7154ca9211bc97aade0fc4a8166c5cd8ad2b892f2c2ca0fac 0.01 MB 31 250
170,164 170,164 00000000000005288471a160fd2a97759e0a22206b37a5e3287c55210c26fd0b 0.05 MB 102 188
170,163 170,163 0000000000000a89d07458fd4ff8234a4a481f20eb93c28976ca71e275047461 0.00 MB 11 35
170,162 170,162 00000000000002e1bb74899b5ce31dac2823ff6c95093f1cd56a8f07e2eb5a70 0.04 MB 56 54
170,161 170,161 000000000000076efd2fcd98d331652cc7b80ecee5b69ed510ba9f592a438a13 0.00 MB 5 48
170,160 170,160 00000000000002d71cf566dc0c6d8e0ae156392ee26589f8e39085a1ee4b2b33 0.05 MB 54 619
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.48 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.