Memory Pool Memory Pool Refreshing

2,571 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (5,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,188 902,188 0000000000000000000159911e5501443f4f98c858407a0665eb14829f14e1eb 1.51 MB 2,950 2
902,187 902,187 000000000000000000005143daebbe65d4c4b340b17a9fc45b804b6940427132 1.46 MB 2,822 2
902,186 902,186 000000000000000000005bf05037322b152afa28f3290e2dcd2f82d584ad10eb 0.62 MB 1,231 2
902,185 902,185 00000000000000000001fba9d5be9f6d52df911526ee1a7bafbbfcd4605b9ab4 0.43 MB 962 2
902,184 902,184 00000000000000000000af29f3b4c8121f54967a546b673d782d2ed342ad4387 1.48 MB 3,037 2
902,183 902,183 00000000000000000001af3a09fe935b7059700da01fe34f7d649a89795ef6c6 1.29 MB 1,824 2
902,182 902,182 00000000000000000000e26303e783d68cc2709a8f9c80059833818e7d8c1157 1.08 MB 1,123 1
902,181 902,181 0000000000000000000075d732ad64fa8c13136cb88363c24f956192029a74d3 1.25 MB 994 1
902,180 902,180 000000000000000000021a67d7af6fa0b641cd7af6a091a3c873f1fa9a0277af 1.52 MB 2,396 2
902,179 902,179 0000000000000000000014ef3b919c5b52018861356edbbbf79ef42293619dbb 1.04 MB 810 1
902,178 902,178 000000000000000000010d44cba368e57bc32f9fb8623ece637ad6bd09ba7d01 0.20 MB 389 1
902,177 902,177 000000000000000000017ea86975d28afb49f346a2780decebfda221b54954bb 0.04 MB 82 2
902,176 902,176 000000000000000000010c7609c4e21f68651f1cc2fdcba638e08658b3895c82 1.44 MB 2,638 1
902,175 902,175 0000000000000000000076d9945933448005ca0ab009d7888d34f0945e5adc77 1.51 MB 2,343 1
902,174 902,174 000000000000000000004fea5edb8224e1dccacf9c00445dbb18c34fdde85a8b 1.42 MB 2,303 2
902,173 902,173 000000000000000000020a5eb98b446e39a18d6e4c9dc3f48abbcbf027f3b575 1.71 MB 3,693 3
902,172 902,172 00000000000000000002067b7f43aa8914141e4e9357a7c24ef0b406ffee53a3 1.51 MB 3,153 1
902,171 902,171 000000000000000000000fec9bd60e4700c173a61195b46527bda8861f6b1276 1.65 MB 4,106 3
902,170 902,170 00000000000000000001831ea5c849afd31a1797cb48ed40f66954ce55b2c115 1.55 MB 2,362 1
902,169 902,169 0000000000000000000085ae6fe4bb42bb2395c4fce575eac8f8dcaa8bea0750 1.59 MB 3,472 2
902,168 902,168 0000000000000000000120e0bb64fd92b5f8ce8fe0466e74fe3801baa60e5858 1.28 MB 2,237 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.