Memory Pool Memory Pool Refreshing

89,861 transactions
33.56 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,900 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,990 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,899 (499,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,896 345,896 00000000000000000be0b69bb6345402089c972e5de6b204e59ca1f7b8a7b403 0.19 MB 379 26
345,895 345,895 000000000000000004e76269fa9a9e7e95b6055efa73e5cb55a93b75e5187947 0.29 MB 487 19
345,894 345,894 000000000000000007c6f2dc629116c4371f1603e784b9ed832688b0f6ce340d 0.75 MB 1,361 23
345,893 345,893 00000000000000000217b9118be1055ab7771a1a803247a5c10d0f76987d2270 0.22 MB 473 49
345,892 345,892 00000000000000000d6dc4ada59575589113655d33c4d6743fcfbd58167cd8c2 0.06 MB 64 12
345,891 345,891 000000000000000005aa292aa3f4c0e31724decf7065303816a2ef1a147ec5fe 0.54 MB 883 23
345,890 345,890 000000000000000009b124f149bbbd15202d3dc8726f14ad9706b7e172279748 0.12 MB 249 27
345,889 345,889 0000000000000000150f7a5a57cb4ee59420f3e1f319eab1d2f5fc8f5d1cc260 0.30 MB 395 18
345,888 345,888 000000000000000013bdb2eb073c4e5f119c9acd85047a9e7943df0ec7f824cf 0.00 MB 1 0
345,887 345,887 000000000000000002bc68d6e76b178704318fb53f9008398b5eade030efb1f2 0.75 MB 1,675 31
345,886 345,886 0000000000000000079b4f904ad951c83ea0cbdbff7fb8e8c3f7dc2240c7359c 0.43 MB 764 23
345,885 345,885 0000000000000000044e66d532a5f972c31572cb0d9a47c5ae1973c681595027 0.91 MB 1,892 26
345,884 345,884 000000000000000004e7484f906f6a3d845c0c98112704c950a95aeea87d6b3f 0.11 MB 213 39
345,883 345,883 000000000000000003a281f8d0d823559ab93cabe2987170af4b946d90e73a23 0.13 MB 316 34
345,882 345,882 00000000000000000c5f748a455bd54f663252f522fd9a6edc293dd53f6e4e20 0.75 MB 1,431 27
345,881 345,881 0000000000000000011aa6f0fed6ec0ea58a510b8d4b5c35c6bf7b46d2e6cea8 0.26 MB 380 17
345,880 345,880 000000000000000005e9ec1f60622eded3bc45e4d937f82136437afc8c88060a 0.75 MB 1,438 26
345,879 345,879 00000000000000000cf2570f1adc7aa8cc2599e81f92c17079c66cae4598935b 0.18 MB 293 20
345,878 345,878 00000000000000001651b977f09d191eddb229820e03a251736623c40c1b1c16 0.09 MB 94 35
345,877 345,877 00000000000000000eb9caa91e21fab7a52e916e8473e3dc35957c4ad99d888d 0.19 MB 270 18
345,876 345,876 000000000000000014becf95dc8fc83024c1047513a06aedc53834210fd2d4c2 0.59 MB 1,101 20
Previous 10 blocks ↓
Total Size: 652.21 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: 9,214.06 GB sent, 73.20 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.