Memory Pool Memory Pool Refreshing

31,285 transactions
33.67 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,853 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,317 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,852 (49,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,967 813,967 00000000000000000003807530dc5952dd8a68f6a51336d36ceb01b36cbdb709 1.46 MB 2,905 32
813,966 813,966 00000000000000000002e30df95f92cbe783dc914056d820304862abcf4b5489 1.55 MB 3,201 32
813,965 813,965 0000000000000000000381377d6c27ccb98a5b78bb6986c5b52a4a621c04eac8 1.55 MB 3,192 33
813,964 813,964 000000000000000000018dc9e77b94a18c74848d9b034069579cd35cfe0e64af 1.65 MB 2,983 21
813,963 813,963 00000000000000000000fb621282a9c6be1d08c6162438dc754574f06f90cc69 1.49 MB 2,922 27
813,962 813,962 00000000000000000002d460cfc87bf3c6aae7c49af5517d034b6efdbc2e692a 1.63 MB 2,639 28
813,961 813,961 0000000000000000000097be562e2a6925f95d8ed2df52de739712bf8d50ec8f 1.57 MB 3,453 34
813,960 813,960 0000000000000000000267254e497101d538a97346c3fd6b90d2f0abe12a4984 1.57 MB 3,829 36
813,959 813,959 000000000000000000047c842adb1bc4254647db947efea2aca84fca763da512 1.45 MB 3,175 46
813,958 813,958 000000000000000000003aadd601b2e7394f1b7c97d0c8779260c1388d656852 1.58 MB 3,925 42
813,957 813,957 000000000000000000009781040bdee08a01e25a3b9fc53d768675b16317bf56 1.55 MB 3,253 43
813,956 813,956 000000000000000000002c848160d3621d60891b543a3e1715b14c1c23993e74 1.58 MB 2,935 30
813,955 813,955 000000000000000000043855a88e99cefea6e6086961a464ff07a97620459053 1.55 MB 4,179 37
813,954 813,954 00000000000000000003f9a4a67558548e83be4e79cfe5f481978bfc5178b855 1.51 MB 3,089 45
813,953 813,953 00000000000000000001b759be8c409bb22bd54746a05575937a82bab5a96a4b 1.52 MB 3,653 39
813,952 813,952 00000000000000000002cd1ae5dae0f4ab83804b2dbaf72bcae72aafaa4202c8 2.21 MB 1,173 25
813,951 813,951 0000000000000000000123878593fc3bdc4d4f40b98f903dc0bb4185cb19f603 1.76 MB 2,520 33
813,950 813,950 0000000000000000000015b59416b1f0539466a89d3f0d9b6d9d6d27317c89c8 1.58 MB 2,882 35
813,949 813,949 00000000000000000003394e0c1df98dcb434b34848dd9ff7cb8fcfe080650dd 1.61 MB 3,390 35
813,948 813,948 00000000000000000001ac5c678d54da335e0056e761f0a06a070883d53dcb61 1.79 MB 2,087 31
813,947 813,947 00000000000000000003f210af76f76688c4f919fa07d2e7efe1cb644da76d5e 1.73 MB 2,483 32
Previous 10 blocks ↓
Total Size: 687.74 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: 1,524.29 GB sent, 123.76 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.