Memory Pool Memory Pool Refreshing

1,675 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,675 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (53,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,634 854,634 000000000000000000012e7be76d6192711c8151a3c60a55d4d5b1226992ec91 1.69 MB 6,373 4
854,633 854,633 000000000000000000022eba3779be51f838b3a75b9ffc67d1b362fcdc5a4d16 1.52 MB 5,574 4
854,632 854,632 00000000000000000000225a7447063290267bf4ba2013b4bd53b1bc94c568d9 1.65 MB 3,789 4
854,631 854,631 00000000000000000000b6770ffd8f9c1697e3d7f63ffe129c4f3a8f5eea0437 1.61 MB 3,988 8
854,630 854,630 00000000000000000002b9e2f4f115c54505978fc8691053af32e51127b5b335 1.70 MB 4,295 7
854,629 854,629 000000000000000000016f019658d74692ae3ea45e3004b20ce8aa74c27f1445 1.55 MB 3,550 15
854,628 854,628 00000000000000000002bd46642d6f46d632e5159b5b2e2f2b84cef77c82c60a 1.64 MB 4,238 7
854,627 854,627 00000000000000000001ceceb6b7466a8a559e7d2867f0d206afb5c508857aa7 1.61 MB 6,707 4
854,626 854,626 0000000000000000000165885dc21ff982b1e669f074b39d95c86ab037700323 1.60 MB 4,715 6
854,625 854,625 0000000000000000000046544f9ef430f41724751aa8bd1b0c5f89c03d1487a1 1.64 MB 7,689 3
854,624 854,624 000000000000000000009ea7489447c5f0416d19e76cd6a6f90f858d88f2eebe 1.54 MB 5,362 5
854,623 854,623 00000000000000000000112cb972140acb274687e94707d7c849d4b929948b3f 1.58 MB 5,635 5
854,622 854,622 00000000000000000001188ca3b9edf6d21f70369f5273c2745333fd9beb57cd 1.65 MB 6,800 4
854,621 854,621 0000000000000000000149728518f6ae26f6491ab35d7d4b460a83d2100fe95c 1.64 MB 6,260 4
854,620 854,620 000000000000000000034bf17526bb06a3493688974fb6424d08a01f37e9c61e 1.61 MB 3,616 6
854,619 854,619 000000000000000000033f77c80be052c76f951f364651f292ba45fe40e91c6d 1.76 MB 3,434 5
854,618 854,618 000000000000000000003f4a51f760595f701db35a422ea2a42d3d8b5319f7ce 1.62 MB 6,060 5
854,617 854,617 000000000000000000010028b07c914d76ba265ad6f469e0d4d2bb9ed50de0f0 1.69 MB 5,568 3
854,616 854,616 00000000000000000000b2256651be7fa4e54fd8780001f196a1f3658a359c62 1.59 MB 3,186 9
854,615 854,615 00000000000000000002813bb3e45b1c071b6972e59130667162b4900f67f3e5 1.60 MB 4,935 5
854,614 854,614 000000000000000000011ea1f489144c236e7449cc056716d3b9c6c26e0057dd 1.47 MB 3,034 7
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.41 GB sent, 93.42 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.