Memory Pool Memory Pool Refreshing

88,884 transactions
33.91 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,934 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,031 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,933 (652,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,860 192,860 0000000000000358a44273b9ee68bd7bbc833e479055e6afce89f3d17efcb764 0.08 MB 203 120
192,859 192,859 00000000000002ef2db86f6127df3e8305bc840941942b9bcab916c79b32f523 0.05 MB 147 85
192,858 192,858 000000000000002f9025c5e2d92ed1b3f1a21d9af84826e60bc336c225c6497c 0.12 MB 296 166
192,857 192,857 000000000000060819bd52ea5ac9f90a2d07e9d400218e22f7234cf973b2554c 0.02 MB 32 54
192,856 192,856 000000000000053fdf7fa560a624bafc428c2c4734a4291f667b41ec3010f258 0.19 MB 520 141
192,855 192,855 00000000000005951733546875da27c294f1b3897ece145ceff39a0009fe70b4 0.05 MB 104 140
192,854 192,854 00000000000004104d61fc5fa6ef50f67037abf19f8a5728182561d879efafe8 0.11 MB 270 602
192,853 192,853 0000000000000647e5be77d75990783e7b39f775a72ce554a53089076e95c6f5 0.15 MB 347 119
192,852 192,852 0000000000000525f47f12c96b5980829a00b2ad9f966cf3009733b64b6eb5ec 0.00 MB 10 36
192,851 192,851 0000000000000506d3e12bf45419d267916e0664d0916fc617281d0ba0a1d802 0.05 MB 96 100
192,850 192,850 00000000000003c5536752ff7cc0849a973a48cbcf89b21695150effefe64303 0.02 MB 66 32
192,849 192,849 00000000000004dd01f893973828a8c374ef144fcb123d56facde5c8f40365e7 0.01 MB 32 5
192,848 192,848 000000000000043a886f154a3fae45dc1442b23ab4d8d504cd05ab9137312ff5 0.13 MB 305 119
192,847 192,847 000000000000032c7bf5028572805082736313b41e90dc2a64ead578d8eb91f1 0.36 MB 1,020 361
192,846 192,846 00000000000000437a83a519940f369459e8d784dd0457bfb8fbc0e793a637b5 0.02 MB 74 24
192,845 192,845 000000000000039380342471ac4e2c758c3374dc0248b4aa7470c2f5611e9658 0.21 MB 426 116
192,844 192,844 000000000000000666681425c6953834472cfe664a0b2c92c551ca3dd62028dd 0.04 MB 76 142
192,843 192,843 00000000000003537fa1ba4197238a11c8deee4cd50f6935974d9cc7509c9532 0.04 MB 109 63
192,842 192,842 000000000000080351c093b32e40e62a9f256ffc07637147293b1e331fe5e348 0.36 MB 912 261
192,841 192,841 00000000000002d4e61c045c4ea74b660f2eef56074ffffb4412907bceade34c 0.05 MB 136 118
192,840 192,840 00000000000006705e33b17deadbfe72dfafc0af90995c494814fe9b8afe1823 0.24 MB 650 141
Previous 10 blocks ↓
Total Size: 652.28 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,216.08 GB sent, 73.61 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.