Memory Pool Memory Pool Refreshing

6,024 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (583,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,230 324,230 00000000000000000c31c1bfb0f030eddad3c1a157765ea0bd4384f159f13806 0.15 MB 343 31
324,229 324,229 00000000000000000b2be61144613f642f59b3c32ac294d764c912e336cca7f2 0.57 MB 817 29
324,228 324,228 000000000000000019f3e9a3b90f0dd7efbf47939d70bda397e24b372075afaa 0.11 MB 162 20
324,227 324,227 00000000000000001876c9e9f25a091284c95f0068a75bfd1c98ef63797a67b7 0.34 MB 705 29
324,226 324,226 000000000000000001b9350c868437f774a8994aa0aa4e29561e0b98129bb01b 0.12 MB 228 29
324,225 324,225 00000000000000001f7b189ec9c9193756d11bb54c6bb96b662d55e21aa90cd0 0.09 MB 162 33
324,224 324,224 000000000000000001c4398d54ad1c7b8d60d842cfbe6e26f151cec24b1abb42 0.16 MB 274 27
324,223 324,223 00000000000000001793cf9534ceb9e70f73fe598cd57daad4ca5a8ec710280f 0.22 MB 357 27
324,222 324,222 0000000000000000147c81f27d60c495c51663a8d215d839c3aa50bf973302de 0.35 MB 690 35
324,221 324,221 00000000000000001bcfb9c2c5852104e773a5006967d919cfb17f8df40ab6d1 0.08 MB 69 12
324,220 324,220 00000000000000001479ae6c3fe3aa690e5720e9416ed899ce8f4d25555fab34 0.25 MB 358 23
324,219 324,219 00000000000000000400e3257f5c82447930a0d3cefc33060399abe0f5898e39 0.19 MB 135 15
324,218 324,218 000000000000000016dddac71c6b5c06adce361398eda9476f3524e7a846f252 0.75 MB 1,589 32
324,217 324,217 00000000000000000e90bd997fd39c4ebaa4a07da3ce346a2164751419f674dc 0.18 MB 280 25
324,216 324,216 00000000000000001fa02b07f0e3244558e474edee10b68264bfbf9f380cfb43 0.35 MB 638 47
324,215 324,215 0000000000000000141d150cc1356bf8cb8fe19be7faa7a52fd1b07066c0db3b 0.25 MB 463 33
324,214 324,214 0000000000000000049fe9cc85fe18d08249068686c296cbb7d08166825d27bf 0.03 MB 44 18
324,213 324,213 00000000000000000c6641c78a9d29eaf796c891f90b5e1a5fc815258775b6eb 0.27 MB 622 30
324,212 324,212 00000000000000001a19469e3030f1e2e17fc95a2bf60fdfa5ef5ea9d81b0a47 0.14 MB 360 30
324,211 324,211 00000000000000001bd67932dc1172910af8a563c1854a52302aa56999dc8b01 0.60 MB 1,193 29
324,210 324,210 00000000000000000675aee95228d5fdeb7f6518fcc1e9804e180eedb27e2fff 0.11 MB 150 23
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,632.87 GB sent, 93.74 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.