Memory Pool Memory Pool Refreshing

25,410 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,864 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,472 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,863 (407,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,651 434,651 0000000000000000022ac7a95d5db0bf0deb3d90e1eea4a5720f38fd4688127d 0.74 MB 228 8
434,650 434,650 000000000000000000bd4ecde90f05c66291582cd76d380167de62fe9b1e0297 0.49 MB 1,080 58
434,649 434,649 0000000000000000024c8af762746821562d5c3a50163bf122dcb465ccd5c4de 0.99 MB 879 25
434,648 434,648 000000000000000001af5571ee815398ddefa19d9b05db10b696632b2d639b9c 0.45 MB 1,019 59
434,647 434,647 00000000000000000099d92a3e8889a7c898325e91b6de75c104fe36e6a941cd 1.00 MB 682 21
434,646 434,646 0000000000000000024ab1ddba71eee85ca86dfd0b4b34fd69403f1508ba4770 0.99 MB 804 23
434,645 434,645 0000000000000000024792711d684bcd17215c5af7f0d0716e5def72cc9b04ff 0.74 MB 1,455 62
434,644 434,644 0000000000000000034231d4c731a7bc13358c41bb51e299288fbdfab716d551 0.75 MB 1,544 58
434,643 434,643 000000000000000002e33bf08b0d0b3b1daf894657fb704a262e7a1b874b961d 0.70 MB 715 39
434,642 434,642 000000000000000002ac2bfb6b27baaf9a846d483b1729a361236aa4998070be 1.00 MB 1,972 56
434,641 434,641 000000000000000003ddb7a1de910becc64a3e5eeab4873f5efcf9d7d0f49f3c 1.00 MB 518 23
434,640 434,640 00000000000000000154c65478af3e89aed4921aeb86156eff0401399e8da0ba 1.00 MB 1,225 41
434,639 434,639 00000000000000000194dde27de786044c405d0ff7e20374ad5cd873c854c14a 1.00 MB 1,605 44
434,638 434,638 000000000000000000f4b82fed2bcc26503bcd4110b4533466e30787856da730 1.00 MB 1,853 68
434,637 434,637 0000000000000000041cdb9c33ca074431180bc3420e2b750d03aca45110de1d 1.00 MB 536 28
434,636 434,636 0000000000000000033d500e15121b048bc8e99a89117e81f6e839088463ec71 1.00 MB 2,391 61
434,635 434,635 0000000000000000043000a0868ab61c6f11cd409a23a251ce4b2052be68728a 1.00 MB 1,796 53
434,634 434,634 00000000000000000368b4a6c4563bd2de51f6fb4d2914ceb405bea1a7e6da84 1.00 MB 2,392 70
434,633 434,633 0000000000000000031c8d9fd0ad1db4143fffcf9a6dddf1c1a9de668f854bef 1.00 MB 2,443 66
434,632 434,632 0000000000000000022a02c1ec9d96385941dc53a931a2b647444d99f537f6dc 1.00 MB 1,134 39
434,631 434,631 00000000000000000277c5d5b2cb9b6d7086584eeaece0f51f36d5d7d9b9822c 1.00 MB 293 26
Previous 10 blocks ↓
Total Size: 646.51 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,362.23 GB sent, 38.11 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.