Memory Pool Memory Pool Refreshing

2,908 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,948 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (209,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,001 698,001 00000000000000000005cd11532a1cea6038760bd788b4c652e9136b33a1bf46 1.40 MB 2,901 22
698,000 698,000 0000000000000000000382258af779b93f114bde8680fb7770b25f8b2b8e53a0 1.55 MB 2,391 11
697,999 697,999 00000000000000000005ec32651aee33da263095d61161273de1ea2f55ba366a 0.30 MB 281 11
697,998 697,998 00000000000000000002dc85d5ed8de83179821994050b5fbf9641a33daa1ff8 1.29 MB 652 2
697,997 697,997 00000000000000000003d442cc8f0a11cc545b9d4346e1a73e73dd74bcd58ba0 1.56 MB 2,385 4
697,996 697,996 000000000000000000048a1c37b0979ee24e6fc5d6bf2a0a5322c9d1265a6308 1.42 MB 2,728 15
697,995 697,995 0000000000000000000733409eaaa0bed8df9daafd97c85f386b4fd19e3d89c1 1.56 MB 969 2
697,994 697,994 000000000000000000020c4998c1d3202c7cfbaf1651f69e1a5f98816103aadd 1.54 MB 1,386 4
697,993 697,993 00000000000000000004a6aac384c950927446f71fd18ff7bd1c5223b18cab58 1.29 MB 1,739 2
697,992 697,992 0000000000000000000cb69f90a6ebc045705dc712fa6fc38129c19516715e2f 1.40 MB 2,190 11
697,991 697,991 00000000000000000000869549b9e4ea8f6ad4ba01ac5030e00ec073f849fc31 1.28 MB 1,783 7
697,990 697,990 00000000000000000003cc5317830d65827254fdb006638773a9fd7703a0934f 1.32 MB 2,476 3
697,989 697,989 0000000000000000000be8ada063c8c28409a86f5c9256a44039da0154498ddd 1.44 MB 3,066 17
697,988 697,988 000000000000000000038eb2a347be3162a96aca3de4687377df0c1c17ee27c0 1.03 MB 280 2
697,987 697,987 0000000000000000000a31bce14b17e3d00125bbf5f2c913111408e920364387 1.75 MB 1,209 2
697,986 697,986 00000000000000000005d394ef94fe7f8d4ff08cc6789b5993c335779248a7d1 1.51 MB 2,987 5
697,985 697,985 0000000000000000000d26e5c34478cba035575523849ab6df6f8e5857639fc3 1.38 MB 2,852 4
697,984 697,984 00000000000000000006d0433a83868101be7bc38d0c11268cdb0d5db61e1e20 1.47 MB 3,609 4
697,983 697,983 00000000000000000001f0a60872b56c31203e08265624078fd21a70f87749a8 1.42 MB 2,922 26
697,982 697,982 00000000000000000007541314deb4918322d0e8a092afaa93ed1d00b9f1af68 1.47 MB 2,410 25
697,981 697,981 00000000000000000003ac7656d4f23374c7230c618efedaabc277dccc32b3a4 1.23 MB 2,598 49
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.