Memory Pool Memory Pool Refreshing

49,895 transactions
24.00 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,502 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,333 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,501 (736,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
133,943 133,943 00000000000000bf817ba4bd07efa59c9ac0171cd59d2c6750aed1906bb0a64d 0.01 MB 27 239
133,942 133,942 00000000000005d340011729993f6fa59561cdb6c90ae0d0ad64d1b59739ae42 0.03 MB 67 1,251
133,941 133,941 0000000000000bb9d18c5e2e644e3b0dd6a7e1bb879e2a6dea8864e17c80aab6 0.00 MB 7 1,446
133,940 133,940 000000000000090c17ac90542c2ffde4a92f3d5fc1ed31ade51871f5f411d196 0.03 MB 84 487
133,939 133,939 000000000000006ccd8b8af7e3492ba75d6ba458891624931b8f2de6785abcde 0.03 MB 63 574
133,938 133,938 0000000000000416bb0f92285c660ae9cf948c02a1e25513d0bd7ad5efdd420e 0.08 MB 241 210
133,937 133,937 00000000000002f275cdd0d3de07c6f7ef22a29de012cce79b3788381d15f1a4 0.01 MB 33 2,091
133,936 133,936 00000000000008b14eb65b0c8105b3fe4dcf5076b036a025c0415815717f2307 0.01 MB 21 624
133,935 133,935 0000000000000a3c254d764894a4688cc50784c52db97ea5a325af2adda20258 0.02 MB 47 211
133,934 133,934 00000000000007b6cbf9e6fff5d7c63ff13a8c6f05a3eb9e35a7e7a0cc7f8e1c 0.02 MB 36 239
133,933 133,933 00000000000009d58d2fab2f697f93db3f09f2ac2f146851a8deee2229d23a88 0.04 MB 48 411
133,932 133,932 00000000000009b190785dcc4656604e80a1548b1f22e045f01b8006add71471 0.02 MB 71 370
133,931 133,931 00000000000008cba10f5442f0da199bbb82fe7d32d44fee3f6ef55f12836205 0.10 MB 133 324
133,930 133,930 0000000000000a2a8547360b890889cb218fab72fa80ffd7567a1d81c6a7d9c0 0.00 MB 1 0
133,929 133,929 0000000000000216bb4e8b2ae992f114d478e035802250fe4adb5a167a1f575b 0.09 MB 114 364
133,928 133,928 000000000000051f41bb9377e57ece2a5a5213e785657da4f2014c4d5109ee57 0.01 MB 13 1,221
133,927 133,927 000000000000034f4059137b25898948f1ee97a348e670bcd45995c1924143ff 0.02 MB 30 497
133,926 133,926 000000000000063242214bfa20e92eaf3dbd1d9dc8aab03a4901096b1aba4f71 0.03 MB 75 788
133,925 133,925 0000000000000055e5ea063792a939e8f382bcc19c83456d91adedbd8b2cc540 0.02 MB 47 527
133,924 133,924 0000000000000563bcf90dc0fbccd5971735f996772f7eed144f7054df8bb2bc 0.01 MB 38 618
133,923 133,923 00000000000000240715618ca8ac80bb9ea3705e9a9261d057b8d81208ea6004 0.04 MB 116 334
Previous 10 blocks ↓
Total Size: 700.39 GB

Node Information

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