Memory Pool Memory Pool Refreshing

65,188 transactions
28.68 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,880 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,195 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,879 (489,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,117 355,117 000000000000000010345ed7174935786b99910aad25625143387d93e254ca0b 0.21 MB 277 15
355,116 355,116 000000000000000007ef6c99ecdd3b6f9964c722b0ef83a433408cb8aa30c8f9 0.42 MB 924 28
355,115 355,115 00000000000000000b0159cb6121677d4a135ed0edf1420656b529f428ce17e1 0.43 MB 896 29
355,114 355,114 000000000000000010487bceda8793548d1ba818c4c16becf4a18d9e33b0e726 0.97 MB 1,310 19
355,113 355,113 00000000000000000deeddd4cb7bc560960647b9440bdf924001d405742c182f 1.00 MB 2,966 38
355,112 355,112 00000000000000000086de875f98a0b2a29b522198e194f8a0b8eab619431b20 1.00 MB 1,524 26
355,111 355,111 00000000000000001214be7e02866b2d160e4163ac2577fcf304be698feb8df9 0.10 MB 131 14
355,110 355,110 000000000000000015558b6daa0ccc8b3de87fc043e5e70cfcca3bd1871dc86e 0.36 MB 742 25
355,109 355,109 00000000000000000dfe959dd84c7adf70f893b965dfd4cbc8c1e5c47b5c5d0b 0.30 MB 532 17
355,108 355,108 0000000000000000081af4ad691f6b3497bbbdf33d1a6013c9504697191ec08a 1.00 MB 2,043 30
355,107 355,107 00000000000000000d897067c107d12238c6e272d708d9ea13cc72cc619d7b1d 0.75 MB 1,329 16
355,106 355,106 00000000000000000ccdabc28c1681f193289df960ff75aaa4ff4e2cde94d676 0.75 MB 540 16
355,105 355,105 00000000000000000028c63e22893edb388206fa6b564102cdb22fb987274a90 0.75 MB 1,328 28
355,104 355,104 0000000000000000136657732ab0608dd8b934cdbfb774b7de0b27d6451ece8d 0.75 MB 596 18
355,103 355,103 0000000000000000024c5c30b6fbc62c7e8e12b22c22040b60b08d929cd09da1 0.75 MB 1,987 35
355,102 355,102 000000000000000013de325b8c9648c3908e2735037bf63366fa69c5054e3768 0.75 MB 2,591 48
355,101 355,101 0000000000000000075335f99e7f20efb02dc334afa26458477628cc589e6317 0.29 MB 603 22
355,100 355,100 00000000000000000a15b3da3a959a9c5be9e635baa76e11a582fbade406f042 0.53 MB 1,151 31
355,099 355,099 00000000000000001547530221f928a0a52515883b8abfb1722385ec872810fe 0.21 MB 460 25
355,098 355,098 00000000000000000025a25aaa5a6d56a0b5c613a89984efaeab0956c1517b52 0.88 MB 1,578 25
355,097 355,097 000000000000000011e10ad1ec81139b525d9e36bb3913f8965e1a9c6ea61f2b 0.51 MB 876 22
Previous 10 blocks ↓
Total Size: 652.18 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: 9,211.23 GB sent, 72.89 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.