Memory Pool Memory Pool Refreshing

35,617 transactions
32.32 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
839,887 0000000000000000000342190000000000000000000000000000000000000000 1.00 vMB 958 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 839,886 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
839,886 839,886 00000000000000000001dd5661e9ef85cb91d0eee46ccabfb928418e623a78a7 ago 1.42 MB 1,045 31
839,885 839,885 000000000000000000028b7dc09e0c00ddeebb59e9a6e0a8b3407b051e3704b0 ago 3.26 MB 986 32
839,884 839,884 000000000000000000010585d5e8bbeeb186db8c9322a1721310edbfa68e1f39 ago 3.09 MB 1,199 29
839,883 839,883 00000000000000000001ed0ae84ff1590e267116dabb12ba7b50eab965c5c688 ago 1.77 MB 1,683 32
839,882 839,882 0000000000000000000117a9d2cf63ec4370f8dd9fb8801d2f101236755e7263 ago 1.61 MB 2,814 68
839,881 839,881 00000000000000000002b008155d54a1e4963a60dfe33db706fef92aad36204c 1.96 MB 1,438 32
839,880 839,880 00000000000000000000bd9a326be1162def00a3e5d71d3000015ba9fd4827e0 2.19 MB 2,028 40
839,879 839,879 0000000000000000000072202e08b415d81cbd5a0d2e76d28c46945440b9f2de 2.16 MB 2,435 36
839,878 839,878 0000000000000000000017fd4d4575b53636be3067773cfefb4f821a4078cf30 2.07 MB 2,404 31
839,877 839,877 0000000000000000000093438642929f976f9f6a83d1e6c7fb7350e97978040a 1.90 MB 2,495 49
839,876 839,876 00000000000000000000865ea552c1b5a6ee5e8215caba15cc0b80a7c776a35b 2.16 MB 2,774 48
839,875 839,875 00000000000000000001880318af9d2d8ad9ef1c41a706d572978f89824d8f79 2.51 MB 2,695 39
839,874 839,874 00000000000000000000eaa8767f134ab71ceebd7837e40dfb204cb609368cf1 2.18 MB 2,196 39
839,873 839,873 0000000000000000000263a1e135efc758afb7010e3c0c0b1cd3d317f3209f7b 1.64 MB 2,783 63
839,872 839,872 000000000000000000018c6f7030e875821cd745f33c91fbe8ca55eb2fa5aa6a 2.06 MB 2,288 43
839,871 839,871 000000000000000000031bcf44214ef652d3fdfd5bf12b6e5c8a0af4e12fc893 1.69 MB 3,044 68
839,870 839,870 0000000000000000000112c80ada778f3a63ca9e270ed546a6470904f0c58136 0.00 MB 1 0
839,869 839,869 0000000000000000000334f2ee4c8c4450865cfe0645b9d115cd7026d6a1cdd4 2.10 MB 2,419 45
839,868 839,868 00000000000000000002553c58a1305451a568eec309e5428ef6f2d22f9f1e1a 1.65 MB 2,537 60
839,867 839,867 00000000000000000000b89e3872c4d42b8dfd964c0a07b5ccec23240397f98b 2.11 MB 2,621 45
839,866 839,866 000000000000000000032aa10d15164c157d94209923a2e85962c2caf31c31ad 2.06 MB 2,274 38
Previous 10 blocks ↓
Total Size: 642.91 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: 7,253.12 GB sent, 16.84 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.