Memory Pool Memory Pool Refreshing

31,215 transactions
27.59 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,468 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,467 (32,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,661 830,661 0000000000000000000057f37e5b54608fc9513ee2aabd96d62fb690f95d02d4 2.81 MB 547 12
830,660 830,660 00000000000000000002dd9064866a29d53833c7001c4534491ba223192bf77e 2.36 MB 2,686 17
830,659 830,659 000000000000000000031b15d8d651eef47ea1aff44498638bbb3983326575e8 3.57 MB 736 12
830,658 830,658 000000000000000000000bca6e8ef5c4061218aecbc64221de8e8e13de37b4c7 3.05 MB 668 13
830,657 830,657 000000000000000000007dac6f9071e4809e3c7e75886ff0fa077c5296a7c670 2.01 MB 2,451 20
830,656 830,656 000000000000000000006e1b3539abd12a9d0ceec7b664c77452f3cd86fc24ac 1.86 MB 2,238 19
830,655 830,655 000000000000000000023220358c22827192cccb6b045bac9ddd0c8af9a8a219 1.53 MB 3,266 37
830,654 830,654 000000000000000000009377b9decdee1006dafba5b82b68a480cf6b4c8a3e25 2.02 MB 336 12
830,653 830,653 000000000000000000003f46ac3507f0f9a37a2a8b6c2fbb357fd849e00c8145 1.41 MB 1,031 14
830,652 830,652 000000000000000000027c4f50c77cd7c8e5eb2a3698ffb0efd1f6169bb8a88d 1.61 MB 3,229 24
830,651 830,651 00000000000000000003262fe23a0ede5ffc69f8255f4545b6bd9a9a2784efce 1.48 MB 1,079 14
830,650 830,650 00000000000000000001b84fb48a34ae1ed6081e6d64c030a9ae9eb40e577ee8 1.72 MB 2,341 16
830,649 830,649 000000000000000000010938fbe137d85e7643759297857ac6bf296556f9b514 2.34 MB 3,788 15
830,648 830,648 000000000000000000030638997b25b3d0034431a1bf2f231901f54ac3de9597 1.70 MB 3,102 23
830,647 830,647 00000000000000000003339f1dc9eefb21e700122338ddfac3d7cf87e459ab9e 1.49 MB 2,627 27
830,646 830,646 0000000000000000000212d1187070d07a82a2b8305695feffd1a4e2bd283060 2.20 MB 1,653 17
830,645 830,645 00000000000000000001fb53fa985d3d95bbee00d862c9f71b3ad18cd2333d03 1.76 MB 2,523 23
830,644 830,644 0000000000000000000069f2e7dfd8f327103d12cac89f0c20157bf5ca761680 1.66 MB 2,846 30
830,643 830,643 0000000000000000000029522877a0144204c794f07f69c74dc307a13f71004b 2.06 MB 2,408 17
830,642 830,642 00000000000000000002d1a13cd93127348291cbaeccd779bdc1311846961291 1.58 MB 3,254 38
830,641 830,641 000000000000000000017dd458b38fcb0dee4fa9ee156b50b272029b981b22e0 1.52 MB 1,809 18
Previous 10 blocks ↓
Total Size: 687.01 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,501.39 GB sent, 118.45 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.