Memory Pool Memory Pool Refreshing

5,228 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (901,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,898 6,898 00000000986c05c1a1eb41f01d51b3fdcf6b566fdd549fc32be58d4a1b792ff9 0.00 MB 1 0
6,897 6,897 0000000015f1e7ff92e9d45060742576ea20bd23f022425ad5866d18918a6257 0.00 MB 1 0
6,896 6,896 00000000f41cdea74d54ba0783469e09b6f34ceab6542260f6428c890059b57f 0.00 MB 1 0
6,895 6,895 000000005edc36efc96b639fc1b4af4161322ab858ada9639cc90ffe4ddd168a 0.00 MB 1 0
6,894 6,894 000000006a07f51a21bf370586daeaf651a5ff29bcf1d53dad55582762f9f4b0 0.00 MB 1 0
6,893 6,893 00000000b8b8ddc7b3a454eb9be11de1d0673500abcd6ca1eb3e770bd2a627f9 0.00 MB 1 0
6,892 6,892 0000000050a58f5c3fa7c44401783b5980eda151a67539455c3c3119842d1471 0.00 MB 1 0
6,891 6,891 00000000edaa8a068b03459d4e3fd1979bb69ae46cd8233d422388385d98e77a 0.00 MB 1 0
6,890 6,890 00000000f5df9a9a3e31318ffdc8ea3f01fbca1a673222075e306f9b9da02fe3 0.00 MB 1 0
6,889 6,889 00000000dbe2fe042255163d49fbc3001150528e3e76eb4ebbdc8a304c4c646b 0.00 MB 1 0
6,888 6,888 00000000e22466aa2189719d6f43cc2ffdd527e18f4a6f0158ac11226aa0fe77 0.00 MB 1 0
6,887 6,887 000000009a4040e98e1ee2346b7e8892509ffb970c0f59741fc665a92b8fc536 0.00 MB 1 0
6,886 6,886 00000000e7cbf17e4da25723cc71121d461b1a85a1dfa13a605005f056d77cbd 0.00 MB 1 0
6,885 6,885 0000000029975ed506251a4c335d060c02e9e8fd068c3752c92a46278b64181a 0.00 MB 1 0
6,884 6,884 00000000c744db57e41f4555b8ab84f2484e6898754de72289cd6f176d1dfc5e 0.00 MB 1 0
6,883 6,883 00000000c243644e8dad87233f1c211b682562a49c2f27137557b06ccf6a4fb1 0.00 MB 1 0
6,882 6,882 0000000030c4ac4baed7725a572f65e1392391669bc199ab793b565d30b2b810 0.00 MB 1 0
6,881 6,881 00000000fa8389c2f8f9701b81b4fdb7c382da4ce4b964cd0792068d1acf3acb 0.00 MB 1 0
6,880 6,880 00000000cf47f975184db0b4df92c9f798f61aa8143ffb0ce1c48746a8bd63aa 0.00 MB 1 0
6,879 6,879 000000000a57b458066939e046cabe71347f020e6a82c2fee68850d166863ddb 0.00 MB 1 0
6,878 6,878 00000000eb0750ff4a5cc3cf05cc34c758dff20b7820059571faacee4124ebc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.