Memory Pool Memory Pool Refreshing

29,206 transactions
25.01 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,222 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,542 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,221 (468,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,713 373,713 000000000000000006cc028c7d5029944a7c442042d766051c2a48d42a662e4d 0.99 MB 1,365 23
373,712 373,712 0000000000000000024922da0be2a2f0a6d44b9bbf22f8fb4fa78ec0e48a0d67 0.00 MB 1 0
373,711 373,711 0000000000000000131fd9718141d74369f1c00a4767079783acc0a2aab27b58 0.95 MB 2,657 56
373,710 373,710 00000000000000000b5f3dd741ba0b173f698e1b305a19477ebd8759c05476e0 0.74 MB 1,353 38
373,709 373,709 000000000000000002381ec4aa9ac61d9925e25f2b9da7a76f581321f26f1819 0.86 MB 470 10
373,708 373,708 000000000000000009b78826c12e1ac841bcc2ebc6f2727c0708518aad0f0e36 0.92 MB 344 6
373,707 373,707 00000000000000001068145a7850a58c0d942b28bf14e55f5908ca1814ea2d38 0.00 MB 1 0
373,706 373,706 000000000000000005ffe09f58df439af3295381d4a203cdb760811f25926bbc 0.00 MB 1 0
373,705 373,705 00000000000000000f3952854f0170325a216f5811ec2f15cd3ea3dd79902ba4 0.99 MB 519 9
373,704 373,704 000000000000000001cd61d568d733fa069390675a092f1056224223f5758b0e 0.69 MB 340 4
373,703 373,703 000000000000000007aa1bfcefae0a4aa7bd8887407c7c16f253d3626a637439 1.00 MB 2,157 46
373,702 373,702 000000000000000000e84265c30fdc27c2161a49f41a9a858a27c642ed46e5d6 0.74 MB 1,650 41
373,701 373,701 0000000000000000118c7cbbb63495aded6d90018e3111260a95f04494afdf1f 0.91 MB 743 11
373,700 373,700 00000000000000000d6f245eca2a5c16b0d5841656d514d068d11c3697d5c43d 0.75 MB 1,997 54
373,699 373,699 0000000000000000076e09555148729e68db610370bb383dee1f7a1ae767bee1 0.97 MB 293 5
373,698 373,698 000000000000000008585573d88aece4012e38490810598f3a1ffce40e463015 0.23 MB 413 34
373,697 373,697 00000000000000000f76bce2e8a101a628e30b188d71fb0b048c29a446b1a4b4 0.31 MB 577 42
373,696 373,696 0000000000000000018dc46ac4a7663499c0f407ab7c47dfc8b10b664eb858da 0.98 MB 205 4
373,695 373,695 000000000000000002d828b7586b44bdcd4deb60bae91a283dc483e3e3735a41 0.74 MB 729 21
373,694 373,694 0000000000000000057ad4483bbde394ff71826e0f951c5aa0791456d01f9a4d 0.98 MB 644 14
373,693 373,693 000000000000000005d248b2fec0a54196f00b5350b8133cedcf62129df1951f 0.97 MB 670 16
Previous 10 blocks ↓
Total Size: 647.14 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,458.64 GB sent, 43.42 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.