Memory Pool Memory Pool Refreshing

7,582 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (700,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,608 207,608 00000000000004e79f0e3a37ee9ad499fbef21c64a9451ccbb1073ed38683dad 0.14 MB 399 229
207,607 207,607 0000000000000451b30625bf5d715acf1c40b08a58ea0746e65827b8baadf91c 0.08 MB 161 155
207,606 207,606 00000000000000f4b45f92441ca4fc86f6f62bab12512cf58d4c15099f61497e 0.13 MB 274 139
207,605 207,605 00000000000002a075575c489ca3e8459b91d35abf1802e87a36868c66fe35d2 0.00 MB 16 64
207,604 207,604 00000000000002aa0c7cf21adc43677eb1126c7af1f8a021526fe56f1fb261ef 0.02 MB 43 267
207,603 207,603 00000000000001a1cf1ebbac5d6e909980eb27797d38fdb3a4fa24928e7f66d0 0.01 MB 16 81
207,602 207,602 00000000000000b8a01b6fe62f7e0efbd1974469391038bcb34c66270c89f802 0.06 MB 148 142
207,601 207,601 00000000000004aedad783bb8556b1b4433b11744e4079fa14853fe775920afd 0.00 MB 8 455
207,600 207,600 000000000000016f9aa1b929007456f8374c5bdd0f891422d770f6236a899d2b 0.12 MB 300 215
207,599 207,599 000000000000024794c8142887c3b104e65fe564ddbaddcd06f7e8a5ceef10d7 0.07 MB 144 201
207,598 207,598 00000000000004661a08e8b9f7212916944af61c0e494687958794a92e85ef73 0.14 MB 325 198
207,597 207,597 0000000000000411f75cb3f85d05011065ca9b11c63787770480e67e84aacf18 0.00 MB 1 0
207,596 207,596 00000000000000876a2045ad268d44ecf775333dc501473d73cfe9aff6619514 0.04 MB 72 146
207,595 207,595 0000000000000345e65b08349fe38ae393a89575981fd0dfd32afd12ef227fad 0.05 MB 97 142
207,594 207,594 000000000000000b2310e816c51bb48abbc3db38a58b1e9c7028cdb522724900 0.08 MB 139 141
207,593 207,593 00000000000000ec3d38cff04536aed1d9a08560a9b649a70e9f60a4a13b4fab 0.17 MB 441 181
207,592 207,592 00000000000001aba65b15b7adff47298f8a3e2e71aaa9e5b45bcbf5ec4ddd0b 0.23 MB 575 194
207,591 207,591 0000000000000300dc1e0336ac9b9e6ae3b8a8f8c2850182106dd03e99c414ac 0.12 MB 254 161
207,590 207,590 000000000000040b6073319ad53ab9e451b2f127b7e1c404968c4bc487a6bb8b 0.09 MB 212 226
207,589 207,589 00000000000003705242bf5fc54d9f95b2ef3988fe18e08f4fbac16c12c5df97 0.00 MB 16 156
207,588 207,588 00000000000001534e7e338e7e57eb728fba2d5de4fd1dd72002b0319b33e403 0.04 MB 96 160
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.