Memory Pool Memory Pool Refreshing

29,031 transactions
15.82 vMB
Show Random Selection Loading Transactions
Max Size: 90/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,650 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,227 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,649 (71,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,173 799,173 0000000000000000000417bf8854379f6a674fc7b12b1b329b34430f44a80f41 1.80 MB 4,737 12
799,172 799,172 0000000000000000000058bdf76bcff44852e3bfad853ceee03a281de01761f1 1.76 MB 4,377 10
799,171 799,171 00000000000000000002b2adf7523fb3a98c67adedf981036ad9eef594e1b620 1.56 MB 3,750 13
799,170 799,170 000000000000000000042d372d146250d01454a6c22bd928b31fd1af0952135f 1.67 MB 3,748 6
799,169 799,169 0000000000000000000529129eac1ee06a634e0724910ef87eedf9790bbb4d78 1.80 MB 4,266 8
799,168 799,168 00000000000000000003b2cac8bcb7c9dffdc02db218b510b4505af353af0fc2 1.68 MB 3,392 9
799,167 799,167 000000000000000000036c38dba1d14fb2dafffdbcf7d53be7517ad02f63c1e5 2.06 MB 4,959 5
799,166 799,166 00000000000000000002cec547ce604049fbccafc7ff0dd821230b9cf173c5e2 1.90 MB 4,880 7
799,165 799,165 00000000000000000004cfeed2ef6618b1a2d749fe537c37901f21a4a90819db 1.56 MB 3,012 10
799,164 799,164 00000000000000000004cb60c5b4ee130f7748f0922194fd6324a253a4e7ac15 1.70 MB 3,594 11
799,163 799,163 00000000000000000001130910fc805e85bce9578c015eb458ca7015df891cc2 1.89 MB 3,478 7
799,162 799,162 00000000000000000005377d11bcc9ead05eac982be49b8726963f56059dd091 1.41 MB 2,412 13
799,161 799,161 0000000000000000000442ffae87826313bf184cce81fe3c652f4e614f506428 1.99 MB 3,847 7
799,160 799,160 000000000000000000032a2282db76ec70340abebb373e6ece9129c5799db943 1.40 MB 2,301 15
799,159 799,159 00000000000000000002fd38746f6b1e0f891aa7512c6e7564a10c787e0b326b 1.67 MB 3,865 12
799,158 799,158 00000000000000000003ee2195351fb5ae4fb3dd65f51762e056ac147c19e630 1.89 MB 4,483 10
799,157 799,157 000000000000000000029ce953926cc1c8c5990fc682bc438943e539057ffe03 1.58 MB 2,647 11
799,156 799,156 0000000000000000000182a8bba6022a8d7fd08ddd9ad63065706c8d4e7d2c60 1.48 MB 3,405 20
799,155 799,155 00000000000000000002f67807b8a831d29753245035f420b85baa7d815fa617 1.56 MB 3,571 10
799,154 799,154 00000000000000000002b7e8f1b62ed5decfe6927d2eaea29414941b7d570c32 1.91 MB 5,006 8
799,153 799,153 00000000000000000002443858d6e5c4c034e81ade32974af7ef393875827fd5 1.97 MB 5,670 7
Previous 10 blocks ↓
Total Size: 700.68 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,376.35 GB sent, 214.97 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.