Memory Pool Memory Pool Refreshing

5,605 transactions
2.50 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,493 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (396,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,128 511,128 00000000000000000022ea4e57a551af46dd6d6173e1dab15186fd9ec335dab0 1.09 MB 1,860 50
511,127 511,127 0000000000000000001fd2bd17ea4f045896a453ffc0d2ab7b4e5ea0406c1283 1.06 MB 1,387 31
511,126 511,126 000000000000000000212050ee97e246a59796a6593572c9e305cee6a343656d 1.05 MB 1,132 19
511,125 511,125 0000000000000000001645a405be60e85b3197af973867943094089d0c787df6 1.15 MB 2,214 60
511,124 511,124 0000000000000000003fac6252d90bb579ad6430a2cd07f842684be1d3a9804d 1.03 MB 584 12
511,123 511,123 00000000000000000025134ad43231cb17c811306cda69465d5eb79e1084dd88 1.09 MB 1,672 42
511,122 511,122 000000000000000000115858bd3c89b762f4d36bfa55da16572fea4c0934b5de 1.03 MB 837 16
511,121 511,121 00000000000000000009d13d384f454dbfbec8c346f0ab387e9c61459bb92ea3 1.01 MB 385 7
511,120 511,120 00000000000000000037a357ddf92a32a53a375e60a0861d55bca9b83a29f0aa 1.02 MB 434 10
511,119 511,119 0000000000000000004793f7e53ffe1c2a3f0fd37a9e027437df09633cfdb3ac 1.11 MB 1,875 48
511,118 511,118 00000000000000000051282a7a2694fab88d092712eb9012fbdf8ef91210cfd6 1.05 MB 937 28
511,117 511,117 0000000000000000004dcfbf69906b257f8f12564e4765c336ad89420409d95e 1.00 MB 283 9
511,116 511,116 00000000000000000024fd7748a91e802196e5a9ed1ed17df3917b1b28faa765 1.02 MB 555 7
511,115 511,115 00000000000000000001b82b35f2db268760bdd5bf98ce8e0c21d5ca1ffb2f5d 1.16 MB 2,690 20
511,114 511,114 0000000000000000005a43a709faed11e1331a18b6aa1dbae70f404946dfeeef 1.08 MB 1,814 85
511,113 511,113 0000000000000000004823b2014a8c9583d5077b47e3019c8cd89ea6cd9603df 1.02 MB 379 12
511,112 511,112 0000000000000000000bee83f8f757172f65b538fe0ddcd75b2f195fd9c24129 1.02 MB 505 10
511,111 511,111 000000000000000000397d3d353824fd99e794b3f4b12f3320f008c785d0be8a 1.04 MB 845 21
511,110 511,110 000000000000000000458db2b5860771944958c7c8e48bc8ede9371fc76e5986 1.13 MB 1,932 41
511,109 511,109 00000000000000000027dc5ca1cf6e49124165727d4ca37df82df6681d53e5de 1.13 MB 1,138 36
511,108 511,108 00000000000000000000e29eaf17f68b3c389095fc2b95d6b0f49af93b201fdd 1.08 MB 1,413 34
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.79 GB sent, 93.57 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.