Memory Pool Memory Pool Refreshing

50,525 transactions
25.46 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,677 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,259 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,676 (312,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,938 558,938 0000000000000000000e2b30192cf1c2e84eb63230c9e8c6eece46827518d495 1.10 MB 2,896 10
558,937 558,937 0000000000000000000ba8d006f810b662a1d002a51dbdebd1c93c002ee1e17e 1.24 MB 2,310 11
558,936 558,936 0000000000000000001ef21d172c1024336ca0ea3c4237f20350c399426db8a9 1.29 MB 3,046 29
558,935 558,935 0000000000000000000ed95cb35052df7f09b1a3f3774a27cb09e83d43f2fa9e 1.25 MB 2,851 26
558,934 558,934 00000000000000000001534c8202ea64326db088848a32bc7bfc9e26f276b563 1.21 MB 2,222 21
558,933 558,933 0000000000000000000c8add7b5bfd34073a4c9b85dcefd631f178c745a1e7e2 1.22 MB 3,083 21
558,932 558,932 000000000000000000050e3aee1ba609355ce6b6f742f8ce1131ce9f339ae1ca 1.36 MB 2,693 12
558,931 558,931 000000000000000000101245f62e644dd3b05b0606e02949a40de946262e083c 1.54 MB 2,839 24
558,930 558,930 0000000000000000001eaf3eba90063e84a190f9b7492008b6f9a286e1cdad73 1.43 MB 2,278 37
558,929 558,929 000000000000000000144d94093a496c701ab862e9ad051542350b9ec903643c 1.23 MB 2,955 39
558,928 558,928 0000000000000000001174dc0afbba4cdc991aa22f5ddc707f590e64204e0fd9 1.19 MB 3,129 16
558,927 558,927 00000000000000000016cf5a7f56fc6cb29a4dbd20686c61f02451228468caeb 1.31 MB 2,992 35
558,926 558,926 0000000000000000000c2460a80999104559b9f36809835c3f0614fd2dbc4e68 1.11 MB 2,582 11
558,925 558,925 00000000000000000009f1a6f79fe3990f6ac10c7d12f86d8612373d02f5b6e0 1.33 MB 2,986 32
558,924 558,924 0000000000000000001e62a8537f34b146609e5ccb66b4caa7cd2c936c682783 1.21 MB 2,536 23
558,923 558,923 00000000000000000022b1c45af7883798ca29c2787c089ef7ad626a1026ca0d 1.19 MB 1,656 14
558,922 558,922 0000000000000000000ed2ec1cc941dbeef03e7982b78cf8f925c166804c940b 1.29 MB 2,993 28
558,921 558,921 0000000000000000000b16821d4c37bc54188502342fac4dc8d561ae5fe12547 1.01 MB 793 7
558,920 558,920 00000000000000000002ecdf9ef568f52d6b747c8a8b33b83dc96ffbf3e7a327 1.10 MB 2,439 12
558,919 558,919 00000000000000000021147d306a80bdcccb5bc5943008266724cdd423ca5e41 1.27 MB 2,894 27
558,918 558,918 000000000000000000143395922d5b45e4754a0377f6a933565bba3a8f5a2641 1.23 MB 3,048 32
Previous 10 blocks ↓
Total Size: 702.59 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,554.60 GB sent, 228.69 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.