Memory Pool Memory Pool Refreshing

19,159 transactions
31.64 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,125 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,124 (110,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,091 754,091 000000000000000000058bfae18ea26f28693882cab8799da09c437f1cb24f1d 1.46 MB 2,260 12
754,090 754,090 0000000000000000000033f2502cfa28eca4c6b469e2eae1dba445252effbc76 1.64 MB 2,453 12
754,089 754,089 000000000000000000046c6009468f854f139111899ca17599c215accecf1896 1.81 MB 2,100 14
754,088 754,088 00000000000000000001f972e2e23d634d57a9b3419f64e04939cf8e14875100 1.75 MB 2,368 18
754,087 754,087 0000000000000000000482525036358d2707a9b0f2ed88e145450c784b21a507 2.06 MB 1,274 14
754,086 754,086 000000000000000000003a2e6bcee43ae6cfa21a09235853c57f8e7305d80317 1.42 MB 1,845 14
754,085 754,085 00000000000000000008abf5f8643e423641c6f695af0e295195c4242bc49ec5 1.30 MB 1,999 18
754,084 754,084 000000000000000000028db1bcf082d78f5f6bce4a225538128bb23f4624d1f5 1.33 MB 2,746 15
754,083 754,083 00000000000000000001c72255bcc6cf64ad8a597e0f6ff80af6494f820547c9 1.51 MB 2,877 30
754,082 754,082 0000000000000000000120276db6ef786553efc59bfc79c14a298e8b748c6d9c 1.65 MB 2,577 19
754,081 754,081 00000000000000000003e8bb091a3cbf2b5a744d354ad323757a34fc6756ae95 0.69 MB 870 11
754,080 754,080 0000000000000000000190fdd1d43ca5bbc574cb3eb8d030e852581207df32a6 0.24 MB 352 5
754,079 754,079 00000000000000000006951170a2dbec3938add7a9a14f168eef5ddec580dfcc 1.55 MB 1,838 6
754,078 754,078 00000000000000000007d6158ec2a9829a1a1662e0ef4f57a535a71971abc45f 1.53 MB 3,423 22
754,077 754,077 00000000000000000001b6057cb6f054f3057b9f162a2a085d8725d1428514d5 1.74 MB 1,783 8
754,076 754,076 000000000000000000089a64809b3bbe57649bfb3e812b5b87a551bab24d86df 1.56 MB 1,679 3
754,075 754,075 000000000000000000008931e3ce472a278df11adbfe76a53398d4e3b7f36047 1.97 MB 1,587 12
754,074 754,074 0000000000000000000120cdc5e99d04c1356246333722dc89564e1250133a03 1.45 MB 3,412 24
754,073 754,073 00000000000000000000ee51599ac67fc69fcf1eae87f9a2be90162158202cb8 1.62 MB 2,808 20
754,072 754,072 0000000000000000000404ca87548052ab7b055e5066e683b6fcf2d800e657bc 1.67 MB 2,016 5
754,071 754,071 0000000000000000000017fc597887bb4526a0a34f8e68e742c67b6f0795a26f 1.36 MB 1,767 14
Previous 10 blocks ↓
Total Size: 688.27 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,622.57 GB sent, 126.81 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.