Memory Pool Memory Pool Refreshing

2,818 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (309,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,931 597,931 000000000000000000031e7e5a8411f98b3e266b0a316a4ab7f53b0948723206 0.06 MB 175 40
597,930 597,930 0000000000000000000a57f514b02130299594c30e7a8899a99a8081d7dd6efa 0.52 MB 1,498 19
597,929 597,929 000000000000000000052569052f11c9b560b7fbe2bed974873cfd939192cff6 0.60 MB 1,796 17
597,928 597,928 00000000000000000010bc1636cd52fadaeca26f727b37c89298ce1ec1677bab 0.33 MB 846 22
597,927 597,927 0000000000000000000cbd5992bd1c41bfa625bae7c422a452f572b4459db0fc 1.10 MB 2,838 15
597,926 597,926 00000000000000000007d629f39aaa29b2dcf668de07da266fa6639181beaf8a 1.25 MB 2,612 7
597,925 597,925 0000000000000000000b0bf8fc31aa482287f6d0cda7a626525e315551c9b963 1.31 MB 3,250 21
597,924 597,924 0000000000000000000eee525a23d158a0357c8f62dcf2a72d66da461fbd484b 1.34 MB 3,204 38
597,923 597,923 0000000000000000000ab470383778f74d0be018c414b74e8774f3aec00377fe 0.77 MB 1,882 12
597,922 597,922 000000000000000000093ee0edafc7fd3729662f6231b164f646b7ded7c9fda2 1.27 MB 3,627 18
597,921 597,921 0000000000000000000e92cb1b13cc7483508297bfaea0a2b8543930e0e41fbd 1.23 MB 2,882 23
597,920 597,920 0000000000000000000a1598cbbd1acdb666a597d05bcf3178c3a4f5a8e382f6 1.35 MB 1,595 8
597,919 597,919 00000000000000000007bd160df36e9aefb60641f8bf313b2342311a3f990777 1.17 MB 2,326 18
597,918 597,918 0000000000000000001318514440e893a66dd357ec07f720baf9e3b47a8a3c4c 1.57 MB 1,486 17
597,917 597,917 0000000000000000000250aefc9ea69927939f68d2fd7ebf7ce3ce4a0f5cd601 1.32 MB 1,198 20
597,916 597,916 00000000000000000011387862e67b3f0da317944585135bb623afb294e63962 1.80 MB 510 10
597,915 597,915 0000000000000000000f6ad71d3694a81827ac28cea7c9a02ab5241af185aee2 1.82 MB 336 9
597,914 597,914 00000000000000000010e4b0b78b51069deaac5edf5e32b6b2fdb586232a95eb 1.44 MB 2,829 32
597,913 597,913 00000000000000000001550af78cf6ba1b977e14098e783266994bbc6729f47c 0.76 MB 2,323 19
597,912 597,912 0000000000000000000508c2c024d183cbb5b7756fe3791ba22ddbb10f24299c 1.27 MB 3,891 16
597,911 597,911 0000000000000000000597b53a20df5631e68474be4687641f80197a1d51adf3 1.27 MB 3,489 27
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.