Memory Pool Memory Pool Refreshing

24,020 transactions
39.40 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,609 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,795 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,608 (142,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,722 699,722 0000000000000000000ebb4f6de8aee699d5e6e60a6f36794fba931252e23a46 0.01 MB 15 6
699,721 699,721 0000000000000000000c82b8e82947c925d94c318c31e58b1b4617189c2d79c1 0.06 MB 79 15
699,720 699,720 00000000000000000002e147f4fa204acf0acd3fe4f1c1fb44165c4777e274fe 0.22 MB 281 12
699,719 699,719 0000000000000000000dffc1593cac0f041404731bd7dda8f155c73cf1ba1fae 0.39 MB 656 19
699,718 699,718 0000000000000000000488529638a955bf1c05566cca13166f7bdd7bcec6da56 0.10 MB 238 15
699,717 699,717 0000000000000000000bd8cbb1fd8020a439ea1e26622fa7c4298d4aa6704cd6 0.84 MB 496 4
699,716 699,716 00000000000000000004b292d0127f2f620c6c20a4052741020ee9dfdec60b7f 1.52 MB 2,396 3
699,715 699,715 00000000000000000007e955f5be8d9ec0e0d42461a744baf40f02c24f633651 1.20 MB 1,290 6
699,714 699,714 0000000000000000000c5e63d4bbb3b0f6e7831ac41b8f47a6569cb984a63101 1.46 MB 2,116 8
699,713 699,713 00000000000000000008ff3730a67b56662b4bfbfe0fd90d503547afbe376f81 1.46 MB 2,687 16
699,712 699,712 00000000000000000001468bc41b9f0a898230df615f76cbe2575c371a8390c4 1.43 MB 3,466 26
699,711 699,711 00000000000000000005c8c220d1c756cf3b9386475a954056d4b583aeedd90f 0.35 MB 283 3
699,710 699,710 0000000000000000000c211c779afd7081fc43a9a913852568760baf152fc4a9 1.55 MB 2,130 17
699,709 699,709 00000000000000000009f7ceef36eab5ea8d635958f41226d305544f1660325c 0.87 MB 1,502 9
699,708 699,708 000000000000000000095c76c6cd3516cf7ffb680037f35838504c3178573ee4 1.48 MB 2,778 11
699,707 699,707 000000000000000000042a42039713e674b648c2ad14b73fdebb20c558bfb587 1.34 MB 2,705 19
699,706 699,706 0000000000000000000ca089be209332ac07aa74fd3b982a15c90832fb508e8a 1.48 MB 2,835 15
699,705 699,705 0000000000000000000069abe7ecab2609882079b8de9823e480e3d850a0fab2 0.30 MB 401 10
699,704 699,704 0000000000000000000eb73656433adc1fe282010ccc633b63c1d98e23b5322b 0.93 MB 791 5
699,703 699,703 00000000000000000000b7eca29c795cfd36e605218f68d722c173260acd7d65 1.22 MB 1,211 9
699,702 699,702 000000000000000000065d25da89506aec33e7fd0cf5234ea321a0b9c10398a9 0.76 MB 1,413 12
Previous 10 blocks ↓
Total Size: 647.88 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,554.23 GB sent, 48.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.