Memory Pool Memory Pool Refreshing

6,217 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (5,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
902,167 902,167 000000000000000000019c8d1f840164100bd0f1eaeb7bd08180134505448450 0.53 MB 514 2
902,166 902,166 000000000000000000002b44ecdf2d4c0aac187f155a07f64606e8df935f6408 1.13 MB 3,160 2
902,165 902,165 00000000000000000001b793aaa7f048870b500c3d9fbdc6097b9fb2d39fc392 0.74 MB 1,272 3
902,164 902,164 00000000000000000000c619a3cd366a139f4c57233636b4dc32a7d4abdae5e6 1.62 MB 1,453 1
902,163 902,163 00000000000000000002374c82e1a45dec95775df934db341e4c776b56a5098d 1.38 MB 2,787 1
902,162 902,162 0000000000000000000235a36d321f4a7a7ad3bb3e3d6e69591e611496389eaa 1.50 MB 2,729 1
902,161 902,161 0000000000000000000011d35e1793a917d8d52e8bbce650bff5b7323a0ee6b5 1.64 MB 3,966 1
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.