Memory Pool Memory Pool Refreshing

2,921 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,407 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (859,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,859 47,859 00000000118ece39c1861ee98b27e9bbeb67af62c4f349bc0d1cd2933cfc9c11 0.00 MB 1 0
47,858 47,858 000000002df16bd54dfb82d8dcd5fd6f6f96274000b0932dca9ecc7cec8dda62 0.00 MB 1 0
47,857 47,857 000000000568c44fad315bc6cd8e914b090280380f9871205e98a9cb92b001cd 0.00 MB 1 0
47,856 47,856 000000002a926e7a614faede426d0720fa9e6f477e423a844277a0416a2e617a 0.00 MB 1 0
47,855 47,855 0000000001f4cacc135075efc45f9642a92ad26bfc130aa533036a189f6b9031 0.00 MB 1 0
47,854 47,854 0000000022b391aba84cc6707f2999afdfab5d222af7ee6fb1348329abbc971b 0.00 MB 1 0
47,853 47,853 000000001e394b66f1bfb2862c776025d1fd2f646a7283a50a23495f37bb9a1b 0.00 MB 1 0
47,852 47,852 000000001d3e3002ab7a196d37442a05db75265c1bd3838e2a6c1742c9805232 0.00 MB 1 0
47,851 47,851 000000001b6de4f52497f3ab1330e76c682123c6bdb8689b044eb05a39c5f0fc 0.00 MB 1 0
47,850 47,850 0000000016c1a0ca33c7e9cc960885b957fc2e62e340685526f7c2e99e359c34 0.00 MB 1 0
47,849 47,849 000000000e1421e2cf9ccf05ed36cdf7a5640235922150311363fd21b97d30d0 0.00 MB 2 0
47,848 47,848 0000000027fa435e3c840e15f9e562bed75a456113eaff5a38510c2f81bff518 0.00 MB 1 0
47,847 47,847 00000000307a0c38a7a8b8586c6326af1359dd1d049dd2ca276e31a68f0a9b35 0.00 MB 1 0
47,846 47,846 00000000270eb5c7127897f3af18c920f9b32bf32516a4efb2a0750d3337f745 0.00 MB 1 0
47,845 47,845 0000000017cfcb4811942903b6e2102a4d145364b9964d047538d3a51c4c3866 0.00 MB 1 0
47,844 47,844 0000000020be3c45adc983267d7bcbb31f64aa0667f86256d0a8920ad9107d3d 0.00 MB 1 0
47,843 47,843 0000000001101c3b87fac8d97f508ae874dd955687aa9dd819b9135ac7ce3319 0.00 MB 1 0
47,842 47,842 0000000011b1c66b1dbb6ed6eacd557103a8f350b8a6a6c405a98b7e223717d4 0.00 MB 1 0
47,841 47,841 000000001f16f227a08cbe4b45edda388733c30afc37a8d094edd10f4a250852 0.00 MB 1 0
47,840 47,840 000000001622d797debddac881d7b0991cd893a6ea69692848fa8ea2b4ab4cce 0.00 MB 1 0
47,839 47,839 000000000435e8648fe451bd922535607e94bca2d466d59eee0759d5cbba8af6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.