Memory Pool Memory Pool Refreshing

60,950 transactions
23.05 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,389 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,385 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,388 (70,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,449 799,449 0000000000000000000165428dbf9cda4eccf41c17f40332d1fcb5e06f42d941 1.82 MB 2,706 8
799,448 799,448 0000000000000000000500d94ff7ae374b3e8727fa3e7d5c2659c4da1d15d389 1.34 MB 2,155 16
799,447 799,447 00000000000000000000b0c175e38494a212be0af0dc23af87598bca9fc44797 1.69 MB 2,683 14
799,446 799,446 000000000000000000040cec24f67770280e0bb4aed62449f9148977b13b78ad 1.51 MB 3,479 19
799,445 799,445 0000000000000000000283837d3370378ac401bf80efc0c8d941784f76f48aa0 1.43 MB 2,415 14
799,444 799,444 000000000000000000031a5b821d08b2fe56da04483345b75155a2638c82f145 1.44 MB 1,727 10
799,443 799,443 00000000000000000003c6be052657692eea6653e1495ddf34d97a81a0b15423 1.50 MB 3,275 23
799,442 799,442 00000000000000000004a46340cf6b04c6fe33be9998cbe8e9557055ad63b18a 1.55 MB 3,235 20
799,441 799,441 000000000000000000044757ec23c1cf655fb3eee562ca42186604dcf118f367 1.65 MB 3,375 7
799,440 799,440 00000000000000000002914538e08b2a50c92789d79c1ca6b015a4f8ff62671b 1.79 MB 4,425 7
799,439 799,439 000000000000000000027c41c44eae8005bb29b5e48cb2146cc393e90acfeef5 1.42 MB 1,725 8
799,438 799,438 00000000000000000004c77901967c78cec8064c914ba764d7b0c607cd6306da 1.17 MB 1,181 14
799,437 799,437 00000000000000000004ca070dd9c4886806922f898a606ace0dcd9f750f0d2a 1.54 MB 3,774 21
799,436 799,436 000000000000000000039c9ca09de5fd2f935101dbfed09765529ce319ff384e 1.46 MB 2,015 13
799,435 799,435 000000000000000000026a45b6de9b8a74a3c7a136be4f1d70c82dba13b5bc97 1.33 MB 1,481 6
799,434 799,434 000000000000000000050003c784e5b434400b86cb1143f4b9388c3a299ee538 1.81 MB 2,440 10
799,433 799,433 000000000000000000016ea558e9abf603c20ef11564128435eb3d107bad1441 1.51 MB 3,178 13
799,432 799,432 000000000000000000050e92c3de074b2c235bd7e57ad949f883c8927d25ed1e 1.65 MB 3,433 17
799,431 799,431 0000000000000000000448054067b6fc655acae5e250509a9ddd5058213d4633 1.41 MB 2,817 26
799,430 799,430 0000000000000000000339e092c3212b26280bdafa5da025f0b63aa7317957eb 1.66 MB 1,618 13
799,429 799,429 000000000000000000010dd38fd8a1baaa8afb29141de90c35988af1fd3232ad 2.91 MB 1,476 6
Previous 10 blocks ↓
Total Size: 700.18 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,259.14 GB sent, 211.51 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.