Memory Pool Memory Pool Refreshing

2,874 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,866 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (5,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
902,160 902,160 00000000000000000001e6d5f8459c42ca56c1feb8933df0ffda96154122b6d0 1.59 MB 3,663 2
902,159 902,159 00000000000000000000a743c01bbfa1d7fc6184f6d85b5e78650a7652d93c6b 1.61 MB 3,234 1
902,158 902,158 00000000000000000001236fe0ec7d5fbd7c09afaa04bffe4b49c84fd3a53414 1.45 MB 2,824 1
902,157 902,157 00000000000000000000ffa19bba47274b4d5780c5858615ec4b4834345106f3 1.36 MB 2,694 2
902,156 902,156 00000000000000000000c6bb5e8311b4c15ca31d2c8571f0a8e05f9ecc5f0d17 1.21 MB 3,999 3
902,155 902,155 0000000000000000000239b90a8bf108e7fc07120db59efc422a3dfda28c7dc0 1.42 MB 2,023 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.