Memory Pool Memory Pool Refreshing

36,568 transactions
50.71 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,517 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,445 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,516 (294,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,110 547,110 0000000000000000000c5b2268f81c1aec4f66a6d1ee9aad11e4e21c3b768af3 1.25 MB 2,453 11
547,109 547,109 0000000000000000000671b0d3e05807382e449efd8f743de2e8675b2f91145a 1.11 MB 2,034 10
547,108 547,108 0000000000000000000240bdf55c0f31cb03813330655e86ed0c57c8f317e823 1.13 MB 2,647 6
547,107 547,107 0000000000000000002126a5126de8ffbe04e4856413f4a728c78c5f58725350 1.21 MB 2,338 15
547,106 547,106 0000000000000000000607d0669d07e836718dce67946ea4df8a1921aa04d8e3 1.28 MB 2,125 5
547,105 547,105 00000000000000000020cab05bdcb21b88eecdc6480aa29fed3ce56bbcaa65d0 1.25 MB 2,859 27
547,104 547,104 00000000000000000002ca9a3dff1fa78a3d12d00f21da6827fce586004ded9d 1.22 MB 1,839 8
547,103 547,103 000000000000000000125a061cebf52cc6792ff94acf7fbaa894861d126135eb 1.24 MB 3,141 19
547,102 547,102 000000000000000000034f48ce223d4a46b5497554f1ea449903bdd70f761ced 1.37 MB 2,369 31
547,101 547,101 0000000000000000000d56250df0827d585afeafc627eb5b95144533a53427da 1.23 MB 2,868 29
547,100 547,100 000000000000000000152a375393ba4dfbbe5951d95ee1302cec8fa255c2fd68 0.02 MB 70 28
547,099 547,099 00000000000000000007f4c0f00aa54773c67d6ec9e5136221636c8f1d042329 1.22 MB 2,610 16
547,098 547,098 0000000000000000001b2039c445a1bce5b82dd1f18055b377b618ec0eea1c1f 1.21 MB 2,499 13
547,097 547,097 0000000000000000000cd9b4539c25e514fb18788946635aad326ec2c664264e 1.24 MB 2,825 37
547,096 547,096 0000000000000000001828c5c0771b80ddd4f22ba39c1858d194609edafeb8bd 1.20 MB 972 9
547,095 547,095 00000000000000000022cd6473472d15189b5f3f3aacafc81e861400f363f12d 1.10 MB 2,632 4
547,094 547,094 00000000000000000008ed8e34953c7abc99cc82a4d882849a1c20fcd6dee030 1.27 MB 2,881 8
547,093 547,093 000000000000000000067e443e5b20aa59c1ca2707329246bb80a0132d12fd2d 1.15 MB 2,456 37
547,092 547,092 0000000000000000000d491f2dc9dfb29ec8be094feb01aba1e97f732a235d5b 1.06 MB 2,060 5
547,091 547,091 000000000000000000246f147daa5022b20e6274c5f3850496cc649d3cd76e54 1.07 MB 2,105 6
547,090 547,090 00000000000000000010b0afaa93edd69386c0999cd5044cdb98f2cc578159bb 1.19 MB 2,653 18
Previous 10 blocks ↓
Total Size: 645.85 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,297.71 GB sent, 34.52 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.