Memory Pool Memory Pool Refreshing

587 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (421,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,708 486,708 0000000000000000003d66f695b20a0e884bcca386e83f37a740d1c2221757bf 0.04 MB 80 35
486,707 486,707 000000000000000000d0eaefb69506912073c17d0388727bd3c1463ecd2ad2a2 0.61 MB 941 68
486,706 486,706 00000000000000000005f51dcb274cc7138c2e69df32234c066ba3daeebfdbc4 0.47 MB 762 90
486,705 486,705 000000000000000000d96e12dcb99c0b63078649ab52323fd87cd85aaa636637 0.57 MB 1,024 78
486,704 486,704 000000000000000000237dcf8f1403dab8278fba119e84d911c5910f8091c05c 0.23 MB 550 8
486,703 486,703 0000000000000000009a68690900783f8b54079fd1fe4435f6f9a32d6941f48d 1.00 MB 2,152 118
486,702 486,702 000000000000000000a3ef8381e9cea23585196c981953925f6397863492e8b6 0.25 MB 565 101
486,701 486,701 0000000000000000007b036e42a4559e4682710d34155d0540da4e233c5143ef 0.32 MB 523 92
486,700 486,700 00000000000000000085ff97d49dff0d3749732f88b4cf2ff32a8f7b74697e76 0.62 MB 779 65
486,699 486,699 000000000000000000ebdd4cb84ef4c6f2d00bdc029838beafdd860da347ae16 0.59 MB 787 103
486,698 486,698 000000000000000000ba68cee791bfd516a4cb44cee245e607c1f43cb5259277 0.66 MB 1,206 75
486,697 486,697 000000000000000000533029bfa46ff56c4e3309f346218ed5c58d1fe48ed38b 0.87 MB 2,004 92
486,696 486,696 0000000000000000002b8aea6df40767e1f429ce3b822034c32bc15f88400a2d 1.02 MB 2,445 61
486,695 486,695 0000000000000000002fb12daf2edb7628b03c556f170bbcff278f1e495bd085 0.50 MB 1,008 114
486,694 486,694 0000000000000000006509fa31df6f024b616949ffb6ed9616fe24c8302c1185 0.67 MB 1,516 111
486,693 486,693 0000000000000000008d150146fd835282ef9ea085bb980ae17d43e070af33af 0.66 MB 1,515 95
486,692 486,692 00000000000000000018fe365737d9e3b7db3e6f43c6968de3323ff313b2c3ac 0.06 MB 151 128
486,691 486,691 0000000000000000007a06387c4abb81460dfdb4d205e7e8847019df84f686be 0.04 MB 87 67
486,690 486,690 0000000000000000005abbb34b994d5945ed9b74580d4f6d8ddb37936ef1810c 0.88 MB 1,582 76
486,689 486,689 00000000000000000040cf8aec6695978736490347cc1ecc3a601cc2a118ae71 1.03 MB 2,018 16
486,688 486,688 00000000000000000069038178bd5a5b6176c9063fcd7cc466cca6b7ab142441 1.00 MB 1,956 140
Previous 10 blocks ↓
Total Size: 769.11 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,629.46 GB sent, 93.43 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.