Memory Pool Memory Pool Refreshing

8,892 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,347 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (282,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
625,203 625,203 00000000000000000006e0d34664f5a015926441601f05725fafbc7b582b316d 1.00 MB 2,388 19
625,202 625,202 000000000000000000042c2927a03adf4038e58aab0964c31af83ebb42def729 1.08 MB 2,517 11
625,201 625,201 0000000000000000000afb3c5d0a49c7837795edbcd389f9417c379fcded6ac1 1.27 MB 2,876 18
625,200 625,200 0000000000000000000634c9e972012e68d6234bc499def5c085e2db16b3aa85 0.53 MB 1,061 10
625,199 625,199 00000000000000000002103116f0ae489c58900e156efcd8eb0ab798d4945058 1.04 MB 255 2
625,198 625,198 00000000000000000008a6918c7f1251fa034338db63400544fea6148951cf3e 1.15 MB 1,529 8
625,197 625,197 0000000000000000000f23bcdb0c6b2ddf8dc796cbc70ae7bc5ce0827d3c36df 1.14 MB 1,305 7
625,196 625,196 000000000000000000045ca57680cf9225d23b616cf008a28de8b1b302bc3e1e 1.12 MB 2,098 3
625,195 625,195 0000000000000000000acdba38bcbd8e80f03b321ec453f9f4e3fcce5ed4cc48 1.33 MB 2,994 27
625,194 625,194 0000000000000000000fed96ca174999768440df83e892325d011cc6bac5bd28 1.05 MB 361 3
625,193 625,193 0000000000000000000084796852af145b8ddbf758317a509ea514b76800b787 1.10 MB 1,202 7
625,192 625,192 0000000000000000000324a4a9cd4dc2ea23298000d6f2119a51fa99ad36b983 1.20 MB 2,382 12
625,191 625,191 0000000000000000000a7986fbeb212d76c5410f6d1806730e9e5b584cf835f9 1.17 MB 1,426 9
625,190 625,190 0000000000000000000e502a424506332fbe332da20a3dbaa23106aeaf996266 1.01 MB 110 1
625,189 625,189 0000000000000000000be1c0d2d01dc7aedf90f833aa5a3209df2ffa2e485d01 1.28 MB 2,601 13
625,188 625,188 000000000000000000112129edf30e9879fcd678b78c78653ebc706959306464 1.22 MB 2,662 17
625,187 625,187 00000000000000000006ad7596452e048c98f0550fa9c426e616eda6df70c23d 1.26 MB 2,981 19
625,186 625,186 0000000000000000000def83407e184fbc5f53b47effdaef7b15e2d6f6b8579d 1.08 MB 530 3
625,185 625,185 00000000000000000008ce4cf118bc64aadfe20d97b690b5f3db0b5b3b777498 1.09 MB 1,235 8
625,184 625,184 0000000000000000001226400d88daad37d73b479ee1ca7465d163364ffcf55b 1.10 MB 1,251 10
625,183 625,183 0000000000000000000a9e178aef369ffc257101132b062b589504c2b879e4a8 1.04 MB 396 4
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,633.43 GB sent, 93.81 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.