Memory Pool Memory Pool Refreshing

5,796 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (82,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,945 824,945 0000000000000000000376be9f419426be816874fda46363d69fa53751a602f5 2.06 MB 2,459 87
824,944 824,944 00000000000000000003d1deff5029eb692fd2eb3bc1bc6eecc5017336309b13 1.73 MB 3,168 45
824,943 824,943 0000000000000000000065f00b9a68daa8de54ba4c2f3029f5ac4bb07640d4e3 1.34 MB 1,760 53
824,942 824,942 00000000000000000002155056d75b96631a25957aafcb8329eee7b8e86024c2 1.69 MB 2,431 61
824,941 824,941 000000000000000000025f47a98dc9d526597e0a52b3776419ab246a19f845a0 1.64 MB 2,553 107
824,940 824,940 0000000000000000000338c1797557cc85c986b86ed8b51ce1c92b0423a62688 1.57 MB 2,904 44
824,939 824,939 00000000000000000002f0aa3d7e99b03ffff3fe99eec07095f4d89753b20cd5 1.76 MB 2,832 78
824,938 824,938 0000000000000000000213c1e30bbf24c416c3a6a0b0cea96a9f836a92251647 1.56 MB 2,946 76
824,937 824,937 0000000000000000000050ec16caaea7ca585f9b35e3ae3613d3aad89e5e07b6 1.51 MB 3,158 87
824,936 824,936 000000000000000000019574e976b213cb2f5c1e6445d11edd913ee2fb1e692d 1.51 MB 3,112 78
824,935 824,935 00000000000000000000aa931d50fc0ddb7dae7bdb9ccf387f3392eb127f024e 1.51 MB 2,953 89
824,934 824,934 0000000000000000000090b2fe804461fd6e2171da8c14c567f96ffdcb905fc0 1.58 MB 3,238 89
824,933 824,933 000000000000000000023d68cb503389f8461b7bb132e54280b5096aef0f2092 1.07 MB 647 43
824,932 824,932 00000000000000000001a4e0a9d26a6a61df85d32885c70747cf00f365f38191 1.95 MB 3,738 61
824,931 824,931 00000000000000000002ba7ba36fb73ebc989eec6eed842a2e5da5a38e94fed4 1.57 MB 2,993 89
824,930 824,930 000000000000000000037824859b196238552b84c614cf71c5e477dc1c51fd7c 1.47 MB 2,356 46
824,929 824,929 0000000000000000000083ca5883326a0dd3af720600c7d2a7e01c5a1e122b54 1.58 MB 3,501 57
824,928 824,928 00000000000000000000ae055e7000d68c900b302b9cb0e251a4d1837077bc91 1.63 MB 3,035 69
824,927 824,927 000000000000000000015a4cb8a55ce7ebf30089e0ca197ed525590b59b567bb 1.58 MB 2,666 73
824,926 824,926 000000000000000000014536b06569483ba0020eb447ee4442e989b1ce7b9c9d 1.64 MB 2,837 74
824,925 824,925 00000000000000000000382b0202e7e33ca9c91476246602d46b4846079d78e1 1.75 MB 2,521 79
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.