Memory Pool Memory Pool Refreshing

614 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (635,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,903 271,903 00000000000000047ada061e7481de062526c4db055c88e9187e861c8f8fe87a 0.83 MB 2,049 82
271,902 271,902 0000000000000002ccb840efe032b72f62fd0ec0abf82c6d24c86e3748b7c300 0.01 MB 26 41
271,901 271,901 0000000000000006b1dfdbae982886b023970bfad3c3aaa7039137d14fa7eded 0.04 MB 88 64
271,900 271,900 0000000000000001eae08c92dc47858a459369882b835ce0065a8141d501138f 0.08 MB 206 42
271,899 271,899 0000000000000005a3b83a54d3fa707dd721667cd098d7af0e21c2c6505d0a91 0.14 MB 331 64
271,898 271,898 0000000000000006d93230084160d41272ec19d2f96a26e3858f0eca9642e483 0.11 MB 270 64
271,897 271,897 000000000000000024c13a253ac87308c02d0c1fa8587c700e874bc029500e98 0.23 MB 594 77
271,896 271,896 0000000000000000af0d251607167f2ffcda8d7225818064360604b9cb8ac1cc 0.08 MB 190 67
271,895 271,895 000000000000000016ca29a8765d4519764d2c08d6af476714ca349b04cd9546 0.19 MB 486 73
271,894 271,894 0000000000000006a0d8be7617c9ebf729435251eceb8142d343a845133c6bdc 0.21 MB 242 54
271,893 271,893 0000000000000001d982e42db8d68e81f359d3f7b3dd7cfd2866b8a35c9d79d4 0.26 MB 645 115
271,892 271,892 0000000000000002c8702fadf1d8b0595d89e453316eff62730470eb0e7c34ec 0.32 MB 782 100
271,891 271,891 0000000000000005ddfe85ab038b644ed990292b73baccc78dd97b6eeb01ac2e 0.15 MB 143 39
271,890 271,890 000000000000000501fff284ede68d367dfee47cd222452e382aea130e0cced6 0.35 MB 617 32
271,889 271,889 00000000000000017c50341f0a96973a80485817ab3633271fc4669f867b7389 0.23 MB 514 55
271,888 271,888 00000000000000060fee5df76d3204a0bda8ff2fe2510669358ca6079858d251 0.20 MB 347 51
271,887 271,887 000000000000000533739d1ae2aec58bd4b82b02b4cf890fbc2a31c76a8c4f99 0.19 MB 375 36
271,886 271,886 0000000000000006d2e427e75a1b7268c93f3978853ead07d0dc4e9e50d14976 0.24 MB 157 17
271,885 271,885 0000000000000006d851e4d213020c7a11d5b9396e6ca86786687e248b42b55b 0.25 MB 575 74
271,884 271,884 000000000000000367c28b71a87be7b2f2b05142cbd2fb823fd60b1862ce8678 0.35 MB 530 20
271,883 271,883 000000000000000406cac19bec5b679123d91dbdd34681d70a78f41902c8edcf 0.25 MB 461 49
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.