Memory Pool Memory Pool Refreshing

1,268 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (159,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,996 747,996 00000000000000000004acf498fe650992765e2fd2d43106155f7998ce74e132 1.76 MB 1,697 8
747,995 747,995 00000000000000000007cc964a763cfeaa411c5705bb04cf943f3b3eb498d64b 1.61 MB 2,123 12
747,994 747,994 000000000000000000083568a017f5396b759ffc5272aa52a52a7d81af9637ed 1.68 MB 2,553 8
747,993 747,993 00000000000000000003ff487a047c47012cfb801e7d54ca43ad00e53b412d8d 1.32 MB 1,208 11
747,992 747,992 0000000000000000000243e006c9fca14cb19a88c8183bf615ff04aa0763a60a 1.33 MB 2,392 16
747,991 747,991 00000000000000000002fde064a466a0699870b311a922c1e7ce342f06b01289 1.39 MB 3,346 22
747,990 747,990 0000000000000000000759eaddff34ce8c033dac5f58684e37df8ca2cd28ee0d 1.50 MB 3,637 22
747,989 747,989 000000000000000000024254a54bdd251070366615244dc2ffcccfb919674e60 1.24 MB 2,188 31
747,988 747,988 00000000000000000004bef15daf2305846b233134a62135ad507c1cc0d7a4ba 1.73 MB 758 2
747,987 747,987 000000000000000000036738c2127438cf4a16ed589bde5ed33392d0c696ceed 1.75 MB 967 4
747,986 747,986 00000000000000000008ee80cbebba99cf11a60f2d584896d5bd5f5b236d748a 1.69 MB 2,146 5
747,985 747,985 00000000000000000002a543bd64fb9cab065bfbf467c231d87e88049794507f 1.63 MB 2,472 11
747,984 747,984 0000000000000000000399aedb87f7b7e5c7dcdf34c1c2189fc6c9317937dc57 1.50 MB 3,085 23
747,983 747,983 000000000000000000008bf1302ee0db71ec0349c1abbb2d8f5e57f27c48d0a7 1.57 MB 2,767 14
747,982 747,982 00000000000000000004a09ee4080b2ce6be0aadaebfd796cc556eaa42783483 1.41 MB 1,503 10
747,981 747,981 00000000000000000008d5c31212a844b3a2bfe4151483de50d1f3b595556f58 1.73 MB 1,939 15
747,980 747,980 00000000000000000003b859132d771edab1c99adf6e7a44afb1b5ab23f2eed5 1.63 MB 3,218 14
747,979 747,979 000000000000000000050eda290399fb64e31c5e7a5b86eeeaedbe2d8acbfb56 1.34 MB 1,921 15
747,978 747,978 0000000000000000000533bfe56d8df696a778de15a51d26072cd350f2b78f31 1.24 MB 1,317 17
747,977 747,977 00000000000000000006138774e71f20b04447a962cded405a621368e1f47c3a 1.29 MB 1,596 16
747,976 747,976 00000000000000000000739d7230da4ed368bae7ce0bbcfe34ccc101b1747f89 1.56 MB 2,953 20
Previous 10 blocks ↓
Total Size: 769.14 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.92 GB sent, 93.59 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.