Memory Pool Memory Pool Refreshing

59,559 transactions
23.53 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,096 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,095 (261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,834 868,834 00000000000000000002b4e43a1265f60065d2e1c4a56a1f37f3cfe4abbacdae 1.69 MB 2,949 5
868,833 868,833 000000000000000000029c1e7b0fc9aaf4fa6674e7102753bdc72d6dded70ded 1.54 MB 3,567 12
868,832 868,832 000000000000000000017165264f1208faec3f74f28cccabd526056e5a14403f 1.66 MB 2,387 3
868,831 868,831 00000000000000000001d491d0bced9afc2855ce56c13e26d087d00cdee6d0cd 1.64 MB 2,725 4
868,830 868,830 00000000000000000002a22382ac4c42447e77e9c5669a133e62e2e66fb41f2b 1.72 MB 4,899 2
868,829 868,829 00000000000000000002b9116655f284f0a9019222de660a17a1f00c960e0dad 2.07 MB 684 1
868,828 868,828 00000000000000000000e2cae15c4e262e00b1954568eaa997ab530a42b668eb 1.56 MB 2,765 4
868,827 868,827 00000000000000000000bbd48c633687c957d93a47b611f6bfa1ffa3b621743b 1.57 MB 6,828 1
868,826 868,826 0000000000000000000055387670b49fb90195aab60df5a9423e1f5235cddf0e 1.67 MB 4,825 3
868,825 868,825 000000000000000000008fd6b05fafcc8b625e559fe250e7fb67cde350ad35df 1.62 MB 5,268 3
868,824 868,824 00000000000000000000e2c8f6f946a6012b5ffebc706e5a7eb07be093a6e150 1.74 MB 6,081 1
868,823 868,823 00000000000000000000d9dd3731253ac78590fef07e7dc3fb2b19b3e768d3e5 1.59 MB 3,746 4
868,822 868,822 00000000000000000000c257cd9a82a806dcba33a47a38830a7e70cb76e7ffef 1.50 MB 2,787 6
868,821 868,821 0000000000000000000142a2d970f233a833175c43e7980e4ae933e3991b4340 1.77 MB 6,485 2
868,820 868,820 000000000000000000011650032a1add64d2fc82c007d2148197fc7ec355dbbd 2.95 MB 2,533 1
868,819 868,819 0000000000000000000077c2a5bc0889ee08b20389b1c62238e88c4fff61bcd2 1.90 MB 2,908 3
868,818 868,818 00000000000000000002895cf6e681bf7463da9ebab007e41b2497224fa175c2 2.20 MB 152 1
868,817 868,817 00000000000000000000b6cdd027d497237418262c43e38948db3c465afedeaa 1.25 MB 1,242 1
868,816 868,816 0000000000000000000081a3880252e359a95475482389037d465f6d4b480015 1.41 MB 3,783 2
868,815 868,815 000000000000000000010d51283d100d342bcb99aed42ba5ad78cef84dd67b53 1.57 MB 4,979 5
868,814 868,814 00000000000000000001b69d086457563a16938c5bc8e9d58b0602cc9eba74d5 1.78 MB 2,325 2
Previous 10 blocks ↓
Total Size: 697.74 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,060.68 GB sent, 196.37 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.