Memory Pool Memory Pool Refreshing

8,750 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (49,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,567 858,567 000000000000000000029f1fbd40e59507a881fc302fd9a86e965efbac01b339 1.92 MB 2,663 6
858,566 858,566 000000000000000000012942221e948d6bf8d4d4bcefa8ba29fda217200c8185 1.59 MB 3,181 10
858,565 858,565 00000000000000000001e4a57149f8b586f83452ee17a208d7c27e6d623cdb9e 1.79 MB 6,416 3
858,564 858,564 00000000000000000001d8cdd214bf6f57840b5913129b94f604d0780cb95523 1.72 MB 4,512 3
858,563 858,563 0000000000000000000238d837bc3b70c9419a5ac91848e368fc58b95e8f5d69 1.68 MB 1,411 4
858,562 858,562 000000000000000000030f2feb8b5dc11287469ab9a145971479d7bbf4ce7b31 1.81 MB 2,612 3
858,561 858,561 00000000000000000003346d29c44e0bc62c6f5f734cfa471a2f72c9bbdecf88 1.64 MB 3,822 4
858,560 858,560 000000000000000000002ca4f7ae2baa81cde1e470b499ed749d2843b6810a87 1.69 MB 3,357 6
858,559 858,559 000000000000000000013b797df8b3bdbc300c68e3513b24338b2fe9409f686d 1.66 MB 3,832 7
858,558 858,558 00000000000000000001e04bf8b1d392c2b357983aa75fc67b6507baddd92b63 3.44 MB 1,177 4
858,557 858,557 000000000000000000012326fe4f8cee4b11525b4b949a58f9c394d23237e2d7 2.89 MB 1,715 5
858,556 858,556 00000000000000000002267409227c6e73e7c40817e28dff038c8c54a323f873 1.48 MB 2,677 6
858,555 858,555 0000000000000000000022a47d54cdbcbb883b13041398a05b75b4a7a78dc206 1.59 MB 3,080 14
858,554 858,554 00000000000000000000816de3b88061fe143b6af13ff6ff63bdb284d6151a10 1.63 MB 3,038 8
858,553 858,553 0000000000000000000157f4cc985fbd06cc2c11cc0b511589e90a3f193d8aab 1.59 MB 3,619 9
858,552 858,552 00000000000000000001f171dbace3d00ba07f1f9f9f25da201778caeffa7c53 1.62 MB 3,184 8
858,551 858,551 000000000000000000023bc6b48554db2ccecaad39e0fecd4033a96535ab338e 1.65 MB 3,258 8
858,550 858,550 0000000000000000000136d38309151cc54de480cb2cb10699fbccae0b3c951a 1.60 MB 2,926 9
858,549 858,549 000000000000000000016afb04454858aea3bfc6f3a90821f5f6eec0f139a6f9 1.63 MB 2,585 8
858,548 858,548 00000000000000000002c373dc61b090ab842de2a5d8c0fd36e9a1d27ae49c41 1.52 MB 2,740 8
858,547 858,547 00000000000000000000c2811083e53b856bc9bc36c9809130e53cbf553349f0 1.60 MB 3,714 12
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,603.53 GB sent, 92.36 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.