Memory Pool Memory Pool Refreshing

63,160 transactions
29.14 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 869,925 (338,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,990 530,990 0000000000000000002d32a851f3a1e7d58732bfd9e6ce71d516b3a866ede81f 0.67 MB 1,346 28
530,989 530,989 0000000000000000002fb3e815e81593112746ce7af57b1aeccdb5b6a1dc7fd1 0.28 MB 622 19
530,988 530,988 00000000000000000011ff8ea04e6c6412ae464c4addd3d4e03747cedae43296 0.25 MB 541 33
530,987 530,987 0000000000000000002aa42018b19d87295b3de0898eca5908a23d7196b5c8ad 0.44 MB 785 27
530,986 530,986 0000000000000000000eb747542d423bf77ae96953dd3ea6f84af45934dc142f 0.18 MB 355 19
530,985 530,985 0000000000000000000f76db6e6246a364d0ddb2a5de6b2ee00fc50bd78f0151 0.03 MB 50 31
530,984 530,984 00000000000000000015bc53731ef1068c83191103c6556dbe9d21df43a666e4 0.28 MB 355 43
530,983 530,983 00000000000000000014cd04a47cd80d0d5f4b464e89602e0ab8e3eff32c508c 0.45 MB 886 28
530,982 530,982 00000000000000000014df3e26964090c399aafecb0a13e911e1b5b976857a7e 0.36 MB 540 29
530,981 530,981 000000000000000000270a9f4f7885eb794f2b18104239aec21bb3829a9eee07 1.22 MB 2,262 6
530,980 530,980 0000000000000000000f3bdeeb21f8a93cd05b496d22516cdda021d9b9447e0a 1.13 MB 1,713 48
530,979 530,979 0000000000000000000c234fe87354e13666f12f7d06b305578f18ea2f408e87 0.01 MB 20 18
530,978 530,978 00000000000000000001e7844fe0d4b974c68eaeaabcf6859d37b2d1704ddddc 0.76 MB 793 6
530,977 530,977 000000000000000000162f7143356df9d75ad76a2ca6562f2da9ffa96c289804 1.12 MB 1,811 23
530,976 530,976 0000000000000000000531267251906ec0cc66046cc78c4dfc599b00c278818c 1.11 MB 1,994 21
530,975 530,975 00000000000000000030a051991bec3ae28175cb7ce03cf4168c34b378c6c0ad 0.62 MB 1,250 24
530,974 530,974 0000000000000000002b655378b3d6c6183682d9a428d508e357434a8e372c97 0.54 MB 1,161 7
530,973 530,973 0000000000000000002c8f6a5bf257b87df0bb24e40cb3741e7cb18ab6016d2c 1.17 MB 2,413 27
530,972 530,972 0000000000000000000e620b274b01ec040d653e4ff49b96baad4707899f07e6 0.29 MB 598 12
530,971 530,971 0000000000000000001b67d32eeeb975966e3d32167cdc95c37a8a6be424cb97 0.31 MB 594 22
530,970 530,970 0000000000000000001677d2ac98afe5ccdc65dbc67e2d305006379a6df6c961 0.75 MB 1,512 21
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, 114 incoming
  • Data Transfer: 2,159.92 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.