Memory Pool Memory Pool Refreshing

7,409 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (814,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,869 93,869 00000000000456a1f284d6ad939bafb53d2654df0b63d15dea6c312113473a77 0.00 MB 7 0
93,868 93,868 0000000000040c3eea5b645328dcb332098eb6544916105a1f6e4f95a434aff1 0.00 MB 3 0
93,867 93,867 0000000000002d8441a350889413db687ed136d9ebb67d332d4ce7d391530279 0.00 MB 9 0
93,866 93,866 000000000005d88c3d01723f4ee17eedbe80645de10ec708c9541d83dad0959c 0.00 MB 2 0
93,865 93,865 000000000001a7fa6180718e37f7fa74dd4a9550f84b4a3b9206a2152356bf62 0.00 MB 9 0
93,864 93,864 000000000005cd2034bd67268eb681cb47f3bfa0fd3a8f97f9f47ac90760fb7d 0.00 MB 6 0
93,863 93,863 000000000007be6d5f08915b445f65b3bdaa04ba4d2660a483e60032a9a91a31 0.00 MB 9 0
93,862 93,862 0000000000081f30263fe77c68c3a5a33f366e7fb20296eff3176fb61384d1ea 0.00 MB 7 0
93,861 93,861 000000000002d1f0a218d7ef5414e6d7d0805ac306c7b2aa1a486e04bf7037a6 0.00 MB 2 0
93,860 93,860 0000000000045fe64f2ece462cdf15728e51f27143b439579428f394227d1f27 0.00 MB 8 0
93,859 93,859 0000000000081932329589691fbbecab9774e22c40af0cbc3f745ed906597314 0.00 MB 4 0
93,858 93,858 00000000000657a55ea04f7eae1121d7d87e6fc2e19184ea0e4ae2a0403c08f2 0.00 MB 7 0
93,857 93,857 000000000005ac82c6ffe4e5deeec25905d86333af98920af19347150c25f822 0.00 MB 4 0
93,856 93,856 00000000000330c1b9481f56c6965321f201fe7ab4c943ea7bd92b01f1e4f514 0.00 MB 10 0
93,855 93,855 000000000003855d07005df4c4171364b4d7fd54d68c45b5034f89a57ebe95f5 0.00 MB 7 0
93,854 93,854 000000000004fd12c4f590b7d364a9cf288ae6721077a0570fc9c1a8e56c1429 0.00 MB 7 0
93,853 93,853 00000000000335aad1f0f02b97db2b68988afb898571e4e9650323553cc6034b 0.00 MB 15 321
93,852 93,852 00000000000699712bf850a4ac5ca63019a2609a3036efc464e90837f4b7034e 0.00 MB 9 0
93,851 93,851 0000000000083e69cb4d383708143417e4ced2529ef7c64e54053cb75f448f79 0.00 MB 1 0
93,850 93,850 0000000000050eded3d9beb869caf4e1de6e11db6e43a162e0b7e875a069396d 0.00 MB 7 0
93,849 93,849 00000000000491e34d524d5347d5acf6dfc2246de633a273727dac5ddab60e03 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.