Memory Pool Memory Pool Refreshing

8,088 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (721,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,992 185,992 000000000000083ade513acfe9b563f0c951d82f84060b05b47eafe3be57c1dd 0.09 MB 169 137
185,991 185,991 000000000000071a9298e44adf00fd6e68ac78282c0a9e2218f5d4f3be5f9eba 0.24 MB 647 187
185,990 185,990 000000000000033f7f52449d91e170048f717f1af362128e3ef5933af55e0f93 0.11 MB 269 142
185,989 185,989 000000000000065f4c5c3ef8d81624d345b9b4757d6e2038ef4f1190875edd5d 0.08 MB 234 142
185,988 185,988 0000000000000646f397d29ccbeab1218723caeea32f0ec9db5c443f2c66dc37 0.03 MB 68 98
185,987 185,987 000000000000021dc2f514522ba4e19716a72887796a25b779a5ae2d324a30d8 0.01 MB 15 67
185,986 185,986 0000000000000890e6aed712ad0ca4871c4f970f616a1a9ee579189d43e5aa8e 0.03 MB 50 88
185,985 185,985 00000000000005b9df19fa5c143f63f0c138a7eda9baa8dfb8d06370c88b02e1 0.02 MB 70 71
185,984 185,984 00000000000007fdbe4ab65485da6ebf687989eff433905b8a725a82bd696f1f 0.09 MB 204 121
185,983 185,983 00000000000004a96833702aae8f690df5ae51199916d239af3cf44d59285b35 0.02 MB 69 152
185,982 185,982 00000000000004df08078ca4513720772115ab0dce4203f695f7a0c4dedc053b 0.05 MB 132 166
185,981 185,981 00000000000006ee82131930283df147e4797bb1637e386f747e3ec3f8b8d92b 0.01 MB 24 122
185,980 185,980 00000000000003ba78e5a206da9b2b4695be171dfa4ac07ab4e72b25dc440ad1 0.03 MB 108 100
185,979 185,979 00000000000005a8fdb7f10a47b918f4d35586b063ad528d40471b80372d7d25 0.05 MB 142 124
185,978 185,978 0000000000000932bdb3efe60eb86662d032829c31fd513ea418cf79a5d683dc 0.09 MB 197 268
185,977 185,977 000000000000051a46c4c462cd97d9f9316a5b163fff4db54cd62d802472b8de 0.00 MB 10 618
185,976 185,976 000000000000059165677e9e2e43e76f36841eb2101a3830657f57f376f6e9ec 0.10 MB 80 88
185,975 185,975 0000000000000106b7c28a390ec246336c52ea7f2fab9896ed9d9224b92e4852 0.08 MB 132 100
185,974 185,974 000000000000065777d5d29ce52203c61e688dcf758418ae47f57bd32cb819e4 0.03 MB 84 129
185,973 185,973 00000000000006ee0474d882101ff8adc75f9cf80a609b9d21068b5c2d74441d 0.01 MB 11 83
185,972 185,972 00000000000003c2ccab28b46d67605b8e8daef889175062f1fd51feec615215 0.01 MB 20 126
Previous 10 blocks ↓
Total Size: 769.13 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,631.69 GB sent, 93.56 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.