Memory Pool Memory Pool Refreshing

63,847 transactions
29.38 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,926 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,999 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,925 (668,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,909 201,909 00000000000002b496caeba9ea6b07ab333294f6e1a24b12a45b9689522e8e90 0.02 MB 38 107
201,908 201,908 00000000000005328c46b84072035759c6db2df833a63538e8b1ab0528494240 0.00 MB 12 155
201,907 201,907 0000000000000133e7eaf11dcdbdf694e8ae971b745a061da8c723d4958e709e 0.01 MB 40 143
201,906 201,906 00000000000002ea04a55ef7dc0b5e75e928ac4095e6df54e11c5b82a8040ddf 0.06 MB 118 124
201,905 201,905 00000000000001e32ad98248a1fd29efbab41238c7e0a85f6f48fbfeced1b5e4 0.02 MB 36 130
201,904 201,904 000000000000028f404cb10f71fe181b67cc369ce99d699864e6ebf520b6af89 0.17 MB 453 166
201,903 201,903 00000000000000c5ee4afe2d890db02a018b428608747a20dc781810e9e9f48a 0.03 MB 94 39
201,902 201,902 00000000000004ead2e21c87a0b8c381f8e4aa9d6982fc521808fdb42d184d4e 0.11 MB 309 147
201,901 201,901 00000000000000f3f9bc7313ffe349402e76e8fbc655960865dc9c8e798d9f65 0.00 MB 6 162
201,900 201,900 00000000000003062906bec4e7ff64efce341bd2b08a72fd45ef3688985dc21b 0.04 MB 90 134
201,899 201,899 00000000000004978b0008b9d6b552926a77dee370f2cb1ab37677492dae25fb 0.13 MB 365 219
201,898 201,898 00000000000001477ed52ae2e472b5efff9c0b24213d99d8dc6694db149b6a02 0.01 MB 33 375
201,897 201,897 0000000000000098d1bfcc445f6cd0392c92c94d40b205fa85f2c66268257732 0.09 MB 211 287
201,896 201,896 000000000000049bb89f397d3ec832ea8b07eed93bc686ee2ac9a75d3c31ab3d 0.07 MB 75 177
201,895 201,895 0000000000000263fc5d7726010450462f95eb71c9c70763e311b8a9121d1f64 0.09 MB 196 152
201,894 201,894 000000000000010eea1e5b0dac45189e9abb898737015095f86b4753d98fe10e 0.01 MB 28 111
201,893 201,893 00000000000000e2c1476d646b65cbb99a3038da8ed53bc59a659027d0d3dd6c 0.06 MB 147 469
201,892 201,892 0000000000000568f6e74b112d7cc79ee6ff8516f128f743994eb03914c9e129 0.23 MB 523 182
201,891 201,891 00000000000002208773bb1f943bd00984d13b9c20a04ee7eebee744c0bb3701 0.01 MB 21 73
201,890 201,890 0000000000000172f0f8e59eb56e509c1ca5033ba8d9c22ffa56ff8872c1e955 0.01 MB 16 456
201,889 201,889 0000000000000217e5f10b630000c8879b6ed649182461794bb4c71ef5db5627 0.07 MB 133 132
Previous 10 blocks ↓
Total Size: 699.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,159.94 GB sent, 205.88 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.