Memory Pool Memory Pool Refreshing

43,208 transactions
46.92 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,341 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,248 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,340 (508,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,829 333,829 00000000000000000f9338aa12dcd10aa5c122b266b15b9fadd57defe8a74128 0.03 MB 35 16
333,828 333,828 00000000000000001595da04532ba4b9666597f1fb57d0248713e8ea46758e76 0.15 MB 283 27
333,827 333,827 000000000000000015f7a71f6aa69acc4436e2096799252c5f7d3d34e44a6c87 0.02 MB 42 16
333,826 333,826 0000000000000000107b129464e13add22fd1d73e0a4dab756342efcf7cf19d3 0.50 MB 913 27
333,825 333,825 00000000000000000b0e2223be5d87b1b7e81536a2f9500696a8a9b049f9ddfa 0.17 MB 323 23
333,824 333,824 00000000000000000632dc15f0d99373ec5484dacbc129dfba55c9566a4234ef 0.26 MB 484 24
333,823 333,823 000000000000000019f65c36b5f24a9e1de0f233cc0591f5b7872862d8904208 0.32 MB 539 22
333,822 333,822 0000000000000000036effeef712a72e77f40eb85f99d247c2de47fb34cd7224 0.13 MB 204 21
333,821 333,821 0000000000000000107e194fc40ea658c7a74ae1f3cfdb676e35afd426965a4d 0.21 MB 397 17
333,820 333,820 00000000000000001a3873d1178498702ce8d9e8ebae78b109a545cf93e593fe 0.13 MB 347 30
333,819 333,819 000000000000000012e71413c8086dc9c5a12e5c9b6517b97d1e021aeeac7dcf 0.65 MB 594 16
333,818 333,818 000000000000000017f0530394a7cb6d6abc3c0c3005a921b1be539114fd7c3a 0.50 MB 1,195 29
333,817 333,817 000000000000000006cd15d0f07ad63cab46740134d1964de6e346520440a8cc 0.00 MB 16 33
333,816 333,816 0000000000000000175f65f411629b5b251949a0f7e816873123feef78bd89e5 0.20 MB 539 35
333,815 333,815 0000000000000000094aaa560880fc4a7ae38a34a8ee740baaf771e99206929c 0.35 MB 640 24
333,814 333,814 00000000000000000ca1c633fc2168684ef1c564eeca421d89b95153cb64be3b 0.21 MB 326 23
333,813 333,813 000000000000000000d8067e97a5a8aca1593eeb62d023ce6e57c931db40c484 0.12 MB 134 18
333,812 333,812 0000000000000000184802138040aebe287a69fe5480354c243fc936a64c73fb 0.10 MB 42 4
333,811 333,811 000000000000000019266f49aa98e02fd1b252aeb78f2d30ac92ae2c173203d3 0.42 MB 640 20
333,810 333,810 000000000000000018c51343209228c0e1485933df55eda1cbb9486db973a319 0.01 MB 32 82
333,809 333,809 00000000000000001aef2ef63c95c29b5735cff000120902099ed0ea9954c6fb 0.18 MB 262 19
Previous 10 blocks ↓
Total Size: 647.36 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,479.99 GB sent, 45.12 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.