Memory Pool Memory Pool Refreshing

26,247 transactions
33.09 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,099 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,098 (12,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,239 849,239 0000000000000000000338943956518fcfd2a8d9b4e18478a459bb2bc15e67f8 1.65 MB 3,701 12
849,238 849,238 00000000000000000000a3900eadc4f0a6ca68210d8a702e27ab5ec0029c0910 1.68 MB 4,961 8
849,237 849,237 0000000000000000000201989761c0d0b812ed4041eae21439274507b5d120fe 1.54 MB 4,412 8
849,236 849,236 0000000000000000000237152a8a45b8285ea4ce2f2d5358e909bfe8d400220f 1.59 MB 2,410 9
849,235 849,235 00000000000000000001881187902f45255e6b57cd00c0ea86cfb1cddcf594d0 1.62 MB 4,664 10
849,234 849,234 00000000000000000000585a8b09f986993a2a72c918518d59796ea93d6a949c 1.52 MB 5,329 14
849,233 849,233 00000000000000000001de8e504c2c46f375d36802b70351636d8de88d6444b3 1.52 MB 5,436 16
849,232 849,232 000000000000000000027b9323366eb12c531dca526e54a8ee805b3dfdc16d83 1.60 MB 4,356 17
849,231 849,231 000000000000000000025426daa5b4eaf22d1992c2bb0cf0659be2ba9c2f8512 1.56 MB 6,112 11
849,230 849,230 00000000000000000001c859afbfe5fccb8fd48796610a7471a3f78191ff8c98 1.48 MB 5,874 14
849,229 849,229 0000000000000000000301285af837ed610039c9693d6533ecd4a606b6932be6 1.45 MB 5,849 11
849,228 849,228 000000000000000000025343196912004e7c531fa999d0a6eddbbb4725e8a9b8 1.48 MB 6,049 10
849,227 849,227 00000000000000000000efbd282ccceb5831aa25017fba5e71add2af01eb4924 1.63 MB 4,168 13
849,226 849,226 00000000000000000002a3dc3ced0fd2aade45c32667d38330ae3c7df3de9d05 2.05 MB 4,448 10
849,225 849,225 00000000000000000002b88e8d2a362dfc74817c40729975addf2f1ae171210d 2.25 MB 4,362 8
849,224 849,224 00000000000000000002c44c06296a6aef21e5670a998673a7d7f8bcbfee6430 1.60 MB 5,375 9
849,223 849,223 0000000000000000000216f97970d8106a9c600e8c86a1cca10a769f28d9853f 1.56 MB 2,818 17
849,222 849,222 000000000000000000021ea43ef638e17cc4b03534e3f647cb35a38ac0ec8f9f 1.96 MB 4,446 10
849,221 849,221 000000000000000000024363b92f24bd62f386e1d400cd388d0042d79e062d9c 2.23 MB 3,897 10
849,220 849,220 00000000000000000002263665cc32bf23a9d6a461ce6bee2e671176824609b1 1.81 MB 5,363 9
849,219 849,219 000000000000000000028ff893cfa65f0810fee6a4f009cea7ba05f9de66ec3a 1.82 MB 5,771 8
Previous 10 blocks ↓
Total Size: 684.35 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,336.42 GB sent, 100.64 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.