Memory Pool Memory Pool Refreshing

23,345 transactions
37.15 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,145 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,118 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,144 (546,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
315,743 315,743 000000000000000023b80f2e74275d50bc3174960273048791f213cff057ebe3 0.30 MB 399 20
315,742 315,742 0000000000000000333cd63aa28c3c7bcc2af9f2a0907e8587756516b60b0298 0.18 MB 512 47
315,741 315,741 000000000000000033c9e336fbb059ec5a6b5498ec7424291f4b302ff9c03fb8 0.09 MB 150 26
315,740 315,740 00000000000000002ab465fbf73c87f52812113f00eb45c9ed5542ca14f3536f 0.13 MB 233 19
315,739 315,739 00000000000000003601d8df7592d52db09ce2967352df873c38730664764ebf 0.46 MB 698 29
315,738 315,738 0000000000000000130f92f41a9f4ff6aa73abac41a89b20d30c20afe9f417d0 0.38 MB 543 22
315,737 315,737 000000000000000028c3b00903358835fae961961db3a5d1e5d154b64b6e72a6 0.04 MB 81 27
315,736 315,736 000000000000000011400784b5ea04b6cbe239c530a10d021eff6457b434439b 0.32 MB 601 26
315,735 315,735 000000000000000026e4aa4a7069f0c4f62f00350d1e7dae06b2289fbc4922e1 0.06 MB 92 10
315,734 315,734 000000000000000020282648a217ae56b5f6d2374f2f8e8ee99bf0d9750f90c6 0.28 MB 492 27
315,733 315,733 00000000000000000718dc87537e893a0c7a88de785d07395a995c64124944b4 0.46 MB 449 21
315,732 315,732 00000000000000003005ac2e45aa8108399d592ae432a3cc1729ca11b9f180e9 0.06 MB 81 5
315,731 315,731 000000000000000001fc920f065f6d4b68f3a6b78253dcff038d8de3dd3cfb7c 0.15 MB 262 89
315,730 315,730 00000000000000001ed8ad8d0ba37ab6c95660477f3c61aebca6766efc84f514 0.35 MB 478 21
315,729 315,729 0000000000000000027ca2fc35a8f9a6077a8af453e864b862224e181a8e497a 0.11 MB 184 25
315,728 315,728 0000000000000000307d9309ce0659263d04e2bca042285e70b3123104b546eb 0.26 MB 302 20
315,727 315,727 00000000000000000f6d28e7c8a324c342cba020a9226a22e60ac1b3205cb99a 0.25 MB 695 40
315,726 315,726 00000000000000001643811ccc745dc0728da6324495d2c03b5c72377fe4a8a9 0.14 MB 292 26
315,725 315,725 00000000000000002d66a55463b95882e6fa3e4cbfa032f83e8f338ff06eca51 0.43 MB 775 27
315,724 315,724 000000000000000019bbd2b330e854dc0b83988a4ae9bc170762806daecbe486 0.15 MB 227 18
315,723 315,723 00000000000000002657ae29f9761d386bca79919f1f8eb8cafff2edd041f3ca 0.12 MB 185 24
Previous 10 blocks ↓
Total Size: 684.44 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,343.04 GB sent, 101.20 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.